diff --git a/frontend/components/navigation.tsx b/frontend/components/navigation.tsx index 24cae47c..f43df5b7 100644 --- a/frontend/components/navigation.tsx +++ b/frontend/components/navigation.tsx @@ -24,7 +24,7 @@ export function Navigation() { ] return ( -
+

diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 425c88b5..2ec4f2b8 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -12,18 +12,18 @@ --popover-foreground: 222.2 84% 4.9%; --primary: 217.2 91.2% 59.8%; --primary-foreground: 210 40% 98%; - --secondary: 210 40% 96%; - --secondary-foreground: 222.2 84% 4.9%; - --muted: 210 40% 96%; + --secondary: 210 40% 96.1%; + --secondary-foreground: 222.2 47.4% 11.2%; + --muted: 210 40% 96.1%; --muted-foreground: 215.4 16.3% 46.9%; - --accent: 210 40% 96%; - --accent-foreground: 222.2 84% 4.9%; + --accent: 210 40% 96.1%; + --accent-foreground: 222.2 47.4% 11.2%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 210 40% 98%; --border: 214.3 31.8% 91.4%; --input: 214.3 31.8% 91.4%; --ring: 217.2 91.2% 59.8%; - --radius: 0.5rem; + --radius: 0.65rem; --chart-1: 12 76% 61%; --chart-2: 173 58% 39%; --chart-3: 197 37% 24%; @@ -39,7 +39,7 @@ --popover: 222.2 84% 4.9%; --popover-foreground: 210 40% 98%; --primary: 217.2 91.2% 59.8%; - --primary-foreground: 222.2 84% 4.9%; + --primary-foreground: 222.2 47.4% 11.2%; --secondary: 217.2 32.6% 17.5%; --secondary-foreground: 210 40% 98%; --muted: 217.2 32.6% 17.5%; @@ -50,7 +50,7 @@ --destructive-foreground: 210 40% 98%; --border: 217.2 32.6% 17.5%; --input: 217.2 32.6% 17.5%; - --ring: 224.3 76.3% 48%; + --ring: 217.2 91.2% 59.8%; --chart-1: 220 70% 50%; --chart-2: 160 60% 45%; --chart-3: 30 80% 55%; diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index ef1eed4d..37b64842 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -42,7 +42,7 @@ export default function RootLayout({

-
+