From 7efc4f36aacf7a2efd119bd7974e2cf48738d3dd Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 16:16:44 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 813c50e..4f7aed3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,20 +5,20 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #ffffff;; - --foreground: #000000;; - --primary-cta: #000000;; + --card: #f9f9f9;; + --foreground: #120006e6;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #e2e2e2;; - --background-accent: #f5f5f5;; */ + --accent: #f5c4c7;; + --background-accent: #f09199;; */ --background: #ffffff;; - --card: #ffffff;; - --foreground: #000000;; - --primary-cta: #000000;; + --card: #f9f9f9;; + --foreground: #120006e6;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #e2e2e2;; - --background-accent: #f5f5f5;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);