From 204487f233a4b326a93fba4158bb539b7b9d8179 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 16:39:20 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 80e6c8a..f6cb1e6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,10 +6,10 @@ --background: #ffffff; --card: #fcfcfc; - --foreground: #120006e6; - --primary-cta: #e63946; + --foreground: #000000e6; + --primary-cta: #ff0000; --secondary-cta: #ffffff; - --accent: #e2e2e2; + --accent: #bebebe; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */