From 849178cc81c0dcd7e683fc96e929fca3b81da52c Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:02:07 +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 1897c65..e5a908a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8faff;; - --card: #f0f4ff;; - --foreground: #1a1a2e;; - --primary-cta: #3b82f6;; + --background: #fffcfc;; + --card: #fffafa;; + --foreground: #220000;; + --primary-cta: #c1121f;; --secondary-cta: #ffffff;; - --accent: #d5c6ff;; - --background-accent: #b394fa;; + --accent: #f0b8bc;; + --background-accent: #e07a82;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1