From adf638a21959c29168774fd4303032cbedd50887 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 19 Jan 2026 13:57:33 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 85e5f30..a8d0552 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #000000;; + /* --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #fde047;; + --foreground: #fffffae6;; --primary-cta: #fde047;; --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; */ + --accent: #fde047;; + --background-accent: #333333;; */ - --background: #000000;; + --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #fde047;; + --foreground: #fffffae6;; --primary-cta: #fde047;; --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; + --accent: #fde047;; + --background-accent: #333333;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);