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