From aaf535223207373a66071abfb7a1b9682f3e2c93 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:33:24 +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 d45b6e6..28117f9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #fcf6ec; --card: #f3ede2; - --foreground: #2e2521; + --foreground: #242e21; --primary-cta: #2e2521; --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; -- 2.49.1