From 6422efc471c5a3b0bb26fe9ad10d65399b76204b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:40:18 +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 3d32bc8..0325c78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #8B0000; --card: #8B0000; - --foreground: #8B0000; + --foreground: #ffffff; --primary-cta: #8B0000; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; -- 2.49.1