From cd593d1b982eec3e575a921dc6d921bfdea07bfe Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sat, 2 Aug 2025 00:52:31 +0200 Subject: [PATCH] style: global colors --- apps/web/src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index d612e27e..b25f2c1e 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -11,7 +11,7 @@ /* Custom colors - light mode (default) */ --background: hsl(0, 0%, 100%); --foreground: hsl(0 0% 11%); - --card: hsl(0 0% 85.1%); + --card: hsl(216, 8%, 86%); --card-foreground: hsl(0 0% 2%); --popover: hsl(0, 0%, 100%); --popover-foreground: hsl(0 0% 2%); @@ -20,7 +20,7 @@ --secondary: hsl(216, 13%, 92%); --secondary-foreground: hsl(0 0% 2%); --muted: hsl(0 0% 85.1%); - --muted-foreground: hsl(0 0% 36.1%); + --muted-foreground: hsl(0 0% 50%); --accent: hsl(216, 13%, 92%); --accent-foreground: hsl(0 0% 2%); --destructive: hsl(0 100% 40%);