From 12f41c80c00cadcd7ca2f90d52ed28a8daab122a Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 16:00:44 +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 3e106be..7fc0112 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --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); -- 2.49.1