From 53090c7dab2c0499dc1b7f8ad230a6444e7cad95 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 30 Dec 2025 14:54: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 ddbeac3..fff1cd7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8f9fa;; - --card: #f0f2f5;; - --foreground: #1e293b;; - --primary-cta: #1e3a8a;; + --background: #f5f8ff;; + --card: #ebf0ff;; + --foreground: #292d40;; + --primary-cta: #90a8e8;; --secondary-cta: #ffffff;; - --accent: #fbbf24;; - --background-accent: #d97706;; + --accent: #ccd5f5;; + --background-accent: #b8c4f0;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);