From 14e56b64d12572626763a165b5ee7aa473d066dd Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 11:19:09 +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 167e125..93fa326 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #fcfcfc;; - --foreground: #00120ae6;; - --primary-cta: #15ad59;; - --secondary-cta: #ffffff;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background: #1a0f00;; + --card: #2a1a0d;; + --foreground: #ffe8d5;; + --primary-cta: #ffaa70;; + --secondary-cta: #1a1210;; + --accent: #7b5e4a;; + --background-accent: #b8541e;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);