From 22f5fdd07916444ecf335600bf8cf535f7f06c85 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 31 Dec 2025 17:47:54 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 9f5d8f0..4853cd5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #fffffae6;; - --primary-cta: #fde047;; - --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; + --background: #fcfcfc;; + --card: #fcfcfc;; + --foreground: #0a0018e6;; + --primary-cta: #8b5cf6;; + --secondary-cta: #ffffff;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);