From bb754f3ab127b164d40b0d8d29ff371d086ea583 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:52:37 +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 ee8d361..cb6a220 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f6f0e9; --card: #efe7dd; - --foreground: #2b180a; + --foreground: #000000; --primary-cta: #2b180a; --primary-cta-text: #f6f0e9; --secondary-cta: #efe7dd; -- 2.49.1