From e446cf1e25d33bf6849a57f8490fc647c16b454d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 21:09:48 +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 b1d8444..b3f12ac 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f5f5; --card: #ffffff; - --foreground: #1c1c1c; + --foreground: #060505; --primary-cta: #1c1c1c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; -- 2.49.1