From 7f8e77ead1dcfc7a4292608d2c13456cfe6c82a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:20 +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 22d41ac..838d025 100644 --- a/src/index.css +++ b/src/index.css @@ -8,7 +8,7 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #1f514c; + --primary-cta: #1c1c1c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; -- 2.49.1