From e15a32bd53424997fc37ce90f7639aead41ff471 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 11:50:35 +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 9a25f5e..fff2e81 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: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #ffd700;; + --background-accent: #ffb300;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #ffd700;; + --background-accent: #ffb300;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);