From 858ea6af4c737241f3f3990b9da6d961a7f67373 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 18:01:35 +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 d80cda0..17ddba6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fff8f5;; - --card: #fff0eb;; - --foreground: #3d2c29;; - --primary-cta: #e8a090;; - --secondary-cta: #ffffff;; - --accent: #f5d5cc;; - --background-accent: #f0c4b8;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #d4af37;; + --secondary-cta: #1a1a1a;; + --accent: #ffd700;; + --background-accent: #b8860b;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);