From 99a1997904a26113ab45df574385bb17b835a669 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 14:11:10 +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 7c18530..04deab1 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