From adbb346b3565a873fe9c16e57508d5f9f10d4a5a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:53:02 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index de6cca3..4306106 100644 --- a/src/index.css +++ b/src/index.css @@ -8,7 +8,7 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #000612e6; - --primary-cta: #106EFB; + --primary-cta: #ebeff5; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; -- 2.49.1