From 34c8036613bf33347eed28bdb3dc9fa0839dbc3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:10:25 +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 6cd775a..8caa82a 100644 --- a/src/index.css +++ b/src/index.css @@ -8,7 +8,7 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #000f06e6; - --primary-cta: #0a7039; + --primary-cta: #000000; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6;