From bf23be949bc762a22471f0ea78d1921c42beba81 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:27:32 +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 49fe39b..ad49a24 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a0d1d; - --card: #2d1a3a; - --foreground: #f5e6ffe6; - --primary-cta: #b366ff; - --secondary-cta: #1a0d1d; - --accent: #59437b; - --background-accent: #6b28d9; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #0f0f00e6; + --primary-cta: #ffae00; + --secondary-cta: #ffffff; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);