From 10ace1fa02023d0e942c96a0d5153ffc2ac223ff Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 14:47:55 +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 326f7c6..a775dbf 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffffae6;; - --card: #fcfcfc;; - --foreground: #121200e6;; - --primary-cta: #ffcf40;; - --secondary-cta: #ffffff;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background: #000000; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; + --secondary-cta: #1a1a1a; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);