From c23d93073db5c46a0f3f7b7bd35d9be10695a367 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:33:35 +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 b7afc67..6862b40 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f4ef; --card: #dad6cd; - --foreground: #2a2928; + --foreground: #000000; --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; --secondary-cta: #ecebea; -- 2.49.1