From dd2bfa017b1462e0f55c4a69910277ddf2c2cb36 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:58:10 +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 07f5b98..b00c6e1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #8f6d00; + --foreground: #5a4500; --primary-cta: #f39a04; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1