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