From 71a6b5d46581f80edb3e2252eae2ae0e4f128926 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 21:44:46 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index be8b9dc..9c014cd 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #000000;; - --card: #1a1a1a;; - --foreground: #ffd700;; - --primary-cta: #ffd700;; - --secondary-cta: #000000;; - --accent: #ffd700;; - --background-accent: #333333;; */ + /* --background: #ffffff;; + --card: #f5f5f5;; + --foreground: #1a1a1a;; + --primary-cta: #7c3aed;; + --secondary-cta: #ffffff;; + --accent: #a78bfa;; + --background-accent: #ede9fe;; */ - --background: #000000;; - --card: #1a1a1a;; - --foreground: #ffd700;; - --primary-cta: #ffd700;; - --secondary-cta: #000000;; - --accent: #ffd700;; - --background-accent: #333333;; + --background: #ffffff;; + --card: #f5f5f5;; + --foreground: #1a1a1a;; + --primary-cta: #7c3aed;; + --secondary-cta: #ffffff;; + --accent: #a78bfa;; + --background-accent: #ede9fe;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);