From e95a6e835cd497cf373d39ca18763b1d90faf9e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:01:07 +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 6806781..51d1209 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #000000; - --foreground: #000000; + --foreground: #ff0000; --primary-cta: #ffffff; --primary-cta-text: #000000; --secondary-cta: #e63131; -- 2.49.1