From c7b7d747c3e2f5e241c7a9508b2e063c59282fb4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:23:21 +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 d58d244..32b7f03 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #f9f9f9; + --card: #b10000; --foreground: #ffffff; --primary-cta: #15479c; --primary-cta-text: #ffffff;