From 3239266fa5bab828debebd3c7f36e924d34a5507 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:37:49 +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 8afd966..2958d50 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #ffffff; --primary-cta: #0a7039; --primary-cta-text: #000000; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #001a0a; --accent: #a8d9be; --background-accent: #6bbf8e; -- 2.49.1