From eabce48829d095bbf94ac1ebf2126598b36c476e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 01:35:35 +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 b8e5f9b..b1462e3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #ffffff; - --foreground: #12ff00; + --foreground: #000000; --primary-cta: #13d1cf; --primary-cta-text: #15479C; --secondary-cta: #15479C; -- 2.49.1