From 4af5c2d7ead04e3df767000c7c423c493573670d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:41:59 +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 3c82736..5b83fa4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #002dff; --primary-cta: #d4af37; --primary-cta-text: #ff0000; - --secondary-cta: #ff0000; + --secondary-cta: #007c44; --secondary-cta-text: #ffc300; --accent: #d4af37; --background-accent: #3cff00; -- 2.49.1