From 865178e9cc5290100232c40d49613c15e3aeb24e Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:49:17 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 461165c..30749f8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fbfaff; - --card: #f7f5ff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; + --background: #fffef5; + --card: #fffef5; + --foreground: #0f0f00e6; + --primary-cta: #ffae00; --secondary-cta: #ffffff; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);