From 87e9f8ab7ef01a67a4c118b91722230971739f51 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:50:44 +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 cbe7b5f..7792ad6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #d2b203; --card: #f9f9f9; - --foreground: #a4a504; + --foreground: #ba9904; --primary-cta: #b8965a; --primary-cta-text: #ffffff; --secondary-cta: #0f1e3a; -- 2.49.1