From 4f755ad23292ad4679e83e630d66189c8a3e95f9 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 11:26:07 +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 93fa326..67cb593 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a0f00;; - --card: #2a1a0d;; - --foreground: #ffe8d5;; - --primary-cta: #ffaa70;; - --secondary-cta: #1a1210;; - --accent: #7b5e4a;; - --background-accent: #b8541e;; + --background: #f5f5f5;; + --card: #fcfcfc;; + --foreground: #000000e6;; + --primary-cta: #1a1a1a;; + --secondary-cta: #ffffff;; + --accent: #bebebe;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);