From fd209d9b46deb1cbf2149fd7a92dbd9eae7738f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:31:19 +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 2921c88..d29b153 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #FF7B05; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;