From 001c7ff3b2833e4e780f037c30df6e45d96bdf26 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:18:09 +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 24d0ab1..8680664 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f7fcf9; - --foreground: #001a0a; + --foreground: #0db44d; --primary-cta: #068217; --primary-cta-text: #ffffff; --secondary-cta: #2e2bb9; -- 2.49.1