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