From fc465de7d1b180a8f6df7835cd23fea0e262937a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:15:32 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b54d647..bc657dc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #1A1A18; --card: #2C2C28; - --foreground: #F5F0E8; + --foreground: #ffffff; --primary-cta: #C9A84C; --primary-cta-text: #1A1A18; --secondary-cta: #3E3E38; -- 2.49.1