From 05d6639baf0ed4016d17aae263e37e577b07b4b6 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 13:55:38 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 3db1b08..4694532 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;; + --background: #fafafa;; + --card: #f4f4f5;; + --foreground: #27272a;; + --primary-cta: #facc15;; --secondary-cta: #ffffff;; - --accent: #c7e2fc;; - --background-accent: #9bcfff;; + --accent: #facc15;; + --background-accent: #eab308;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);