From e4e6a646cdcbbb16a689f5b06ee7b5c640e32b71 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 21:44:22 +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 a908ab2..1a8bd71 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #159c49;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #c89bff;; + --secondary-cta: #1a1a1a;; + --accent: #8b5cf6;; + --background-accent: #6d28d9;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #159c49;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #c89bff;; + --secondary-cta: #1a1a1a;; + --accent: #8b5cf6;; + --background-accent: #6d28d9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);