From 6a0d73ea5a842cf3120d2f709f307e2fa3494b38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:09:59 +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 d5ba37d..ee72adc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f0f0f0; --card: #e8e8e8; - --foreground: #1a1a1a; + --foreground: #000000; --primary-cta: #1a1a1a; --primary-cta-text: #ffffff; --secondary-cta: #ffffff;