From 8f2cc2e8039b037c5a4788c9b0ee3e59e072199c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:00:34 +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 0d41eb5..9a7f956 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f4f0; --card: #ffffff; - --foreground: #1a1a1a; + --foreground: #f6d8ba; --primary-cta: #ffffff; --primary-cta-text: #1a1a1a; --secondary-cta: #ffffff;