From 874efa6453d5be2eaffffd8c1f927fd48abcadab Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 01:13: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 8c0b2a6..10a6462 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #357672; --card: #ffffff; - --foreground: #1a1a1a; + --foreground: #000000; --primary-cta: #2a2928; --primary-cta-text: #f5f4f0; --secondary-cta: #ffffff;