From 1e9a5b6b80c0de8ae84ab53facafedfdb3a14614 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:54:22 +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 3943006..3f9ad5f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #191970; --card: #1a1a1a; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #1f7cff; --primary-cta-text: #ffffff; --secondary-cta: #010101; -- 2.49.1