From 6a32d5d31c8f406161523405df4e3cb45a5f89ff Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 06:49:16 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 51f01aa..f24fa32 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8fcff;; + --background: #f8faff;; --card: #ffffff;; - --foreground: #00101f;; - --primary-cta: #409fff;; + --foreground: #1a1a2e;; + --primary-cta: #3b82f6;; --secondary-cta: #ffffff;; - --accent: #c7e2fc;; - --background-accent: #9bcfff;; + --accent: #d5c6ff;; + --background-accent: #b394fa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);