From e7e1a46a53c217ec7acc9605c6f31c761ad13f80 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 10:35:56 +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 4e676ac..b038439 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8fcff;; - --card: #ffffff;; - --foreground: #00101f;; - --primary-cta: #409fff;; - --secondary-cta: #ffffff;; - --accent: #c7e2fc;; - --background-accent: #9bcfff;; + --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffffff;; + --primary-cta: #ff4500;; + --secondary-cta: #151515;; + --accent: #ff6b35;; + --background-accent: #ff8c42;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);