From ff9282e50f5717549dad36b5a71fe9847d6be1aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 13:32:26 +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 6856b15..ba128a0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #F5ECD7; --card: #1A1A1A; - --foreground: #ee0000; + --foreground: #ff3131; --primary-cta: #E8301A; --primary-cta-text: #F5ECD7; --secondary-cta: #F5A623;