From 80d57aede185aed790943ac3260dcfe09f24d3e5 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 17:07:59 +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 31d70f8..80e6c8a 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: #fefef8e6; - --primary-cta: #ffcc00; - --secondary-cta: #151515; - --accent: #ffcc00; - --background-accent: #ffaa00; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #120006e6; + --primary-cta: #e63946; + --secondary-cta: #ffffff; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1