From 87cf2a7e726bfabff1c6167bc1ec08a4c291d0de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:40:12 +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 32083d5..c6a82b4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #e3deea; --card: #ffffff; --foreground: #27231f; - --primary-cta: #27231f; + --primary-cta: #1403fc; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; --secondary-cta-text: #27231f; -- 2.49.1