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