From e7a650227f1175c0cfd989a92ba8fa8bf5b4c886 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 10:33:52 +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 d77b4cf..b375f6e 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: #ffffff;; + --card: #fcfcfc;; + --foreground: #001a4d;; + --primary-cta: #0066ff;; + --secondary-cta: #ffcc00;; + --accent: #ffcc00;; + --background-accent: #fff5cc;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);