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