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