From a8228f6a7912c7c91e7716a3ffa8ca07e18e3fa7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:36:14 +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..e6e03f7 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: #ff1b80; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #250c0d; -- 2.49.1