From 60f78af5d85a18d4d8069928573f5df01a2f4907 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 00:52:22 +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 2e6cd32..58fc07d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #0a0a0a; --card: #000000; - --foreground: #a51d1d; + --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #0a0a0a; --secondary-cta: #c1121f;