From 9b5a19b485b550325cc6c155869267039007413e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:17:21 +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 706fa3d..66377b7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #1A1A18; --card: #ffffff; - --foreground: #ffffff; + --foreground: #dedada; --primary-cta: #C9A84C; --primary-cta-text: #1A1A18; --secondary-cta: #3E3E38; -- 2.49.1