From 6d35ca1cbf2631fb242e5f9d16ea5884bcafbc04 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 12:22:53 +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 2353003..478c4c7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #000000;; - --card: #1a1a1a;; - --foreground: #ffff00;; - --primary-cta: #ffff00;; - --secondary-cta: #1a1a1a;; - --accent: #ffff00;; - --background-accent: #1a1a1a;; + --background: #ffffff;; + --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);