From e144c181217c5063e6e253f7ce4541072bd0b28d Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 17:02:04 +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 051eeef..f51a041 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fffffae6; - --primary-cta: #facc15; - --secondary-cta: #1a1a1a; - --accent: #737373; - --background-accent: #737373; + --background: #0f0800; + --card: #1a1410; + --foreground: #fff8f0e6; + --primary-cta: #ffae00; + --secondary-cta: #1a1410; + --accent: #7b5337; + --background-accent: #b8400c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);