From 3f54eaf8c78329bc2e2b4de04a3c4f434415a4fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:13:08 +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 d12c3c0..03350d6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f7f6f7; --card: #ffffff; --foreground: #250c0d; - --primary-cta: #b82b40; + --primary-cta: #968184; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #250c0d;