From 0744d6db836e16e7f2a31dd628ab80c3b56bb048 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:24:45 +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 174ee2e..6c04345 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #fafafa;; - --foreground: #000000;; - --primary-cta: #0066ff;; - --secondary-cta: #ffffff;; - --accent: #e5e5e5;; - --background-accent: #f5f5f5;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);