From b3cb335862bd6ac8d6cd511edf80f8de06713a2a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:08:39 +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 aea7f5a..4c0f5d1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #e91010; --card: #110101; --foreground: #dfe9e3; --primary-cta: #2be682; -- 2.49.1