From 4d7a59c27819ccfdca74f0fcbf31ec2dde7bb839 Mon Sep 17 00:00:00 2001 From: caitlin Date: Fri, 26 Jun 2026 21:31:20 +0200 Subject: [PATCH] Changes in lightmode and dark mode header --- src/app/globals.css | 50 ++++++++++++++--------------- src/app/layout.tsx | 2 +- src/components/layout/app-shell.tsx | 2 +- src/components/layout/topbar.tsx | 4 +-- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index d9e3f8c..38590a3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -76,33 +76,33 @@ } :root { - --background: 220 14% 84%; - --foreground: 222.2 84% 4.9%; - --card: 220 10% 91%; - --card-foreground: 222.2 84% 4.9%; - --popover: 220 14% 96%; - --popover-foreground: 222.2 84% 4.9%; - --primary: 120 100% 50%; - --primary-foreground: 0 0% 100%; - --secondary: 220 14% 88%; - --secondary-foreground: 222.2 47.4% 11.2%; - --muted: 220 14% 88%; - --muted-foreground: 215.4 16.3% 46.9%; - --accent: 220 14% 88%; - --accent-foreground: 222.2 47.4% 11.2%; + --background: 210 40% 96%; + --foreground: 222 47% 11%; + --card: 214 32% 91%; + --card-foreground: 222 47% 11%; + --popover: 214 32% 91%; + --popover-foreground: 222 47% 11%; + --primary: 221 83% 53%; + --primary-foreground: 210 40% 96%; + --secondary: 214 100% 97%; + --secondary-foreground: 224 76% 48%; + --muted: 210 40% 96%; + --muted-foreground: 213 24% 65%; + --accent: 214 100% 97%; + --accent-foreground: 224 76% 48%; --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: 221.2 83.2% 53.3%; - --sidebar: 216 12% 92%; - --sidebar-foreground: 0 0% 20%; - --sidebar-primary: 0 91.2% 59.8%; - --sidebar-primary-foreground: 0 0% 100%; - --sidebar-accent: 218 16% 87%; - --sidebar-accent-foreground: 0 0% 20%; - --sidebar-border: 220 11% 84%; - --sidebar-ring: 0 76.3% 48%; + --border: 213 27% 84%; + --input: 213 27% 84%; + --ring: 221 83% 53%; + --sidebar: 214 32% 91%; + --sidebar-foreground: 222 47% 11%; + --sidebar-primary: 221 83% 53%; + --sidebar-primary-foreground: 210 40% 96%; + --sidebar-accent: 214 100% 97%; + --sidebar-accent-foreground: 224 76% 48%; + --sidebar-border: 213 27% 84%; + --sidebar-ring: 221 83% 53%; --radius: 0.5rem; --theme-primary: hsl(var(--primary)); --event-meeting: 217 91% 55%; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 77f23f2..8acb0d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -32,7 +32,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/components/layout/app-shell.tsx b/src/components/layout/app-shell.tsx index 5ee10fe..200dc9f 100644 --- a/src/components/layout/app-shell.tsx +++ b/src/components/layout/app-shell.tsx @@ -33,7 +33,7 @@ export function AppShell({ children }: AppShellProps) { } return ( -
- +