From 7e7f3c52279346c3475f731869f2f1712ee9190a Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 16:00:32 +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 33acb57..d8e97f5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #0a0a0a; - --card: #0d1d0d; - --foreground: #e6ffe6; - --primary-cta: #1cde5d; - --secondary-cta: #0a1f0f; - --accent: #2e6841; - --background-accent: #0d6b32; + --card: #1a1a1a; + --foreground: #fffffae6; + --primary-cta: #fde047; + --secondary-cta: #1a1a1a; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);