From b8c98cece4b7d417a55ebdcafa029c23a39cceae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:36:22 +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 1e0bafd..8afd966 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,7 +14,7 @@ --card: #f7fffa; --foreground: #ffffff; --primary-cta: #0a7039; - --primary-cta-text: #fafffb; + --primary-cta-text: #000000; --secondary-cta: #ffffff; --secondary-cta-text: #001a0a; --accent: #a8d9be; -- 2.49.1