From a3956794fb0ec5144a94221689e7b6d7c549e7be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 23:42:42 +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 439c130..1840109 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f9f4; --card: #ffffff; - --foreground: #3a9e3a; + --foreground: #41b641; --primary-cta: #2d5a27; --primary-cta-text: #ffffff; --secondary-cta: #4bc136;