From 7ae93768421ba2cdcae27247ffa8c5aa05fc34c0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 01:39:22 +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 38299a2..d4cd9b5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f5f5; --card: #ffffff; - --foreground: #e10202; + --foreground: #000000; --primary-cta: #f20707; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; -- 2.49.1