From ae028aaaff626f4052e8fd82c98e46a76916b481 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 19:11:18 +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 0499281..12e5c52 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #16100a; --card: #ffffff; - --foreground: #2b180a; + --foreground: #ffffff; --primary-cta: #2b180a; --primary-cta-text: #f6f0e9; --secondary-cta: #efe7dd;