From 210c2a706b94604d89b211c0a6480d38ea94a86d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:06: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 0d57ff0..df552e3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #000000; - --foreground: #000000; + --foreground: #ffffff; --primary-cta: #c5a059; --primary-cta-text: #ffffff; --secondary-cta: #bfbebe; -- 2.49.1