From 47a820e80e76f3b143db070dc0116a87502b93ca Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 12:16: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 108b5f0..69388ee 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; - --secondary-cta: #ffffff; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #fffef5e6; + --primary-cta: #facc15; + --secondary-cta: #1a1a1a; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);