From e8868dba5858bc1ab2b6e53ba550ffd2be9ec730 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:37:48 +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 b083e6c..3d28830 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #434343; --card: #f9f9f9; - --foreground: #000612e6; + --foreground: #ffffff; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1