From 37f31a88fe9d6a6ca59cc178fb2a194ba4bce468 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 10:34: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 80ec2ff..508b286 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #ff8c42; - --secondary-cta: #1a1a1a; - --accent: #737373; - --background-accent: #737373; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #00120ae6; + --primary-cta: #15ad59; + --secondary-cta: #ffffff; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);