From 0e1afc7a4186b580aa780f4d15d10cf9adc6fc1e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:47:43 +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 fb53b2c..7eab6cf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #fcfcfc; --foreground: #000000; - --primary-cta: #ff0e0e; + --primary-cta: #230eff; --primary-cta-text: #ffffff; --secondary-cta: #1e2ab7; --secondary-cta-text: #ffffff; -- 2.49.1