From 795f61d4bd0a213a1ac8ea4fc983edf797be6d43 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 12:50:42 +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 5ca05c5..3b59a83 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0e1a; - --card: #121626; - --foreground: #e0e8ff; - --primary-cta: #ff8c42; - --secondary-cta: #0a0e1a; - --accent: #1cde5d; - --background-accent: #1cde5d; + --background: #ffffff; + --card: #fafafa; + --foreground: #000000; + --primary-cta: #ff0000; + --secondary-cta: #ffffff; + --accent: #e5e5e5; + --background-accent: #f5f5f5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1