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