From 3cff8a31e61036c85b523511226363b4838d9e40 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 00:51:34 +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 4a04a6e..361e818 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #fffefe; + --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #0a0a0a; --secondary-cta: #c1121f;