From 02eda299c8bebf9fad45e35f78955670f942c432 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 13:39:08 +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 78854cf..2199688 100644 --- a/src/index.css +++ b/src/index.css @@ -8,7 +8,7 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --primary-cta: #1f514c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; -- 2.49.1