From 576902c576ff8507e47710b1cd7ca3649eead095 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:03: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 f376bf9..19ef334 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #030303; --card: #f9f9f9; - --foreground: #fafafa; + --foreground: #000000; --primary-cta: #e63946; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1