From e2958542c875482c176e855e89f5153f1060dd71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 20:56: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 741bfb2..d4434bc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #000000; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #ffffff; --primary-cta-text: #000000; --secondary-cta: #ffffff;