From 4fdd15abef18f592fd1b87b52102cc9bc3679416 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:51:22 +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 418505b..1c1a633 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #d2b203; --card: #f9f9f9; - --foreground: #c9611f; + --foreground: #ac8705; --primary-cta: #b8965a; --primary-cta-text: #ffffff; --secondary-cta: #0f1e3a; -- 2.49.1