From 690337c00ba4ebd55b5beba679fac6ffd3f5e9c5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:32:05 +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 c688139..33a71aa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #ffffff; - --foreground: #ff55b9; + --foreground: #ffffff; --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1