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