From d39a2b8b727424c343d5d88fa9fd310e2a3708df Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 16:46:06 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 5a6ece7..5846a75 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a0f2e; - --card: #2d1b47; - --foreground: #f5f1fa; - --primary-cta: #9d4edd; - --secondary-cta: #1a0f2e; - --accent: #c77dff; - --background-accent: #7209b7; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #000a18e6; + --primary-cta: #409fff; + --secondary-cta: #ffffff; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);