From 67dde7c969f32ed3c6281ab7741b06102d4a9170 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 16:14:03 +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 fe901d7..813c50e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; + /* --background: #ffffff;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; + --foreground: #000000;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; */ + --accent: #e2e2e2;; + --background-accent: #f5f5f5;; */ - --background: #f5f5f5;; + --background: #ffffff;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; + --foreground: #000000;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; + --accent: #e2e2e2;; + --background-accent: #f5f5f5;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);