From 1dc90d70c85b6be7feef96926afc0cdd3b69e6f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:01:54 +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 2758245..83c1f4e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f7f6f7; --card: #ffffff; --foreground: #0c1325; - --primary-cta: #0b07ff; + --primary-cta: #f5c7ff; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; -- 2.49.1