From e1130f19ecfebe33d12d733b67da2da559cb0002 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:39:25 +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 12f6bb9..57cbb86 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #F6F0E9; - --card: #ffffff; + --card: #8B0000; --foreground: #1A1C5A; --primary-cta: #8B0000; --primary-cta-text: #ffffff;