From ece4f558211b1e3df0093b10216e943649ad6863 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:00:20 +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 e895bb3..5162229 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #ffffff; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #000000; --secondary-cta: #000000; -- 2.49.1