From 4bd287215c7e4a7e7a51b532a35c5ca39cd223f5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:17:12 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3f8da52..21ca7d7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #f7fcf9; --foreground: #001a0a; - --primary-cta: #0a7039; + --primary-cta: #16e032; --primary-cta-text: #ffffff; --secondary-cta: #2e2bb9; --secondary-cta-text: #ffffff; -- 2.49.1