From 12755c736b51230abba0769a656b7533109a90b7 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 12:24:22 +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 e5c7ad6..3f428b2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fefef5; - --card: #fdfdf0; - --foreground: #1a1a00; - --primary-cta: #ffcf40; - --secondary-cta: #ffffff; - --accent: #facc15; - --background-accent: #ffbf00; + --background: #1a0a0a; + --card: #2a1414; + --foreground: #ffffff; + --primary-cta: #cc0000; + --secondary-cta: #2a1414; + --accent: #ff3333; + --background-accent: #660000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);