From fb02bf409952dea151e850ff671b5e9a22ade82c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:45:25 +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 f3cd020..acc8986 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #1a1a1a; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #ff007f; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; -- 2.49.1