From de2250662d082e331ffd158a0ed731176c560fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:05:58 +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 701000a..0257980 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #888587; --card: #564c4c; --foreground: #ffffff; - --primary-cta: #d4af37; + --primary-cta: #5f5126; --primary-cta-text: #000000; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; -- 2.49.1