From b2191b6a97e0d4022ece4f4ab8558e3129d2f867 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:14:25 +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 97774fe..489dbf8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f5f5; --card: #ffffff; - --foreground: #1c1c1c; + --foreground: #000000; --primary-cta: #e5dfcd; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; -- 2.49.1