From 79cf4ee0079f87cd65e6841e7792be456cecd20a Mon Sep 17 00:00:00 2001 From: development Date: Wed, 31 Dec 2025 15:00:05 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 35de80c..56efa76 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,9 +5,9 @@ /* --vw is set by ThemeProvider */ --background: #ffffff;; - --card: #fafafa;; - --foreground: #0f0003e6;; - --primary-cta: #c1121f;; + --card: #fcfcfc;; + --foreground: #0a0018e6;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; --accent: #e2e2e2;; --background-accent: #c4c4c4;;