From 8808b6e78245567c132502d3466b1c7d77fe23b8 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:27:11 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 7ecb088..308c622 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a; + --background: #000000; --card: #1a1a1a; --foreground: #ffffffe6; - --primary-cta: #b366ff; + --primary-cta: #ff8c42; --secondary-cta: #1a1a1a; - --accent: #737373; - --background-accent: #737373; + --accent: #ff6b35; + --background-accent: #ff8c42; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);