diff --git a/src/web/src/components/header/index.jsx b/src/web/src/components/header/index.jsx index c0916f3..df28149 100644 --- a/src/web/src/components/header/index.jsx +++ b/src/web/src/components/header/index.jsx @@ -4,20 +4,9 @@ import Sidebar from "@/components/header/sidebar"; function Header() { return ( - -
- -
-
- -
-
+
+ +
); } diff --git a/src/web/src/components/ui/container.jsx b/src/web/src/components/ui/container.jsx index c7e516d..51067e2 100644 --- a/src/web/src/components/ui/container.jsx +++ b/src/web/src/components/ui/container.jsx @@ -2,7 +2,7 @@ import React from "react"; const Container = ({ children }) => { return ( -
+
{children}
); diff --git a/src/web/public/glb/flamingo.glb b/src/web/src/public/glb/flamingo.glb similarity index 100% rename from src/web/public/glb/flamingo.glb rename to src/web/src/public/glb/flamingo.glb diff --git a/src/web/public/glb/parrot.glb b/src/web/src/public/glb/parrot.glb similarity index 100% rename from src/web/public/glb/parrot.glb rename to src/web/src/public/glb/parrot.glb diff --git a/src/web/public/glb/stork.glb b/src/web/src/public/glb/stork.glb similarity index 100% rename from src/web/public/glb/stork.glb rename to src/web/src/public/glb/stork.glb diff --git a/src/web/public/next.svg b/src/web/src/public/next.svg similarity index 100% rename from src/web/public/next.svg rename to src/web/src/public/next.svg diff --git a/src/web/public/profile.png b/src/web/src/public/profile.png similarity index 100% rename from src/web/public/profile.png rename to src/web/src/public/profile.png diff --git a/src/web/public/vercel.svg b/src/web/src/public/vercel.svg similarity index 100% rename from src/web/public/vercel.svg rename to src/web/src/public/vercel.svg diff --git a/src/web/tailwind.config.js b/src/web/tailwind.config.js index b0bcc16..de00aba 100644 --- a/src/web/tailwind.config.js +++ b/src/web/tailwind.config.js @@ -8,39 +8,39 @@ module.exports = { extend: { colors: { light:{ - background: "#fbf1c7", - foreground: "#3c3836", + background: "#282828", + foreground: "#ebdbb2", red: { 1: "#cc241d", - 2: "#9d0006" + 2: "#fb4934" }, orange: { 1: "#d65d0e", - 2: "#af3a03" + 2: "#fe8019" }, green: { 1: "#98971a", - 2: "#79740e" + 2: "#b8bb26" }, yellow: { 1: "#d79921", - 2: "#b57614" + 2: "#fabd2f" }, blue: { 1: "#458588", - 2: "#076678" + 2: "#83a598" }, purple: { 1: "#b16286", - 2: "#8f3f71" + 2: "#d3869b" }, aqua: { 1: "#689d6a", - 2: "#427b58" + 2: "#8ec07c" }, }, dark: { - background: "#282828", + background: "#000000", foreground: "#ebdbb2", red: { 1: "#cc241d",