From c6738b10e0ba6940585190f12ca9937768d23f84 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 04:38:46 +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 3c41892..24f64e0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #003929; --card: #f9f9f9; - --foreground: #000f06e6; + --foreground: #ffffff; --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1