From 50cc6c80e4657456d80bc2ea46c5f18611dba5a0 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 08:47:58 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 1bffc94..f9bfc09 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #000000; + --background: #0a0a0a; --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #ff0000; + --primary-cta: #e6e6e6; --secondary-cta: #1a1a1a; - --accent: #ff3333; - --background-accent: #ff0000; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1