From 540a1158d0eee5c7c0ac0c048e30031893a532b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 01:11:49 +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 dba7a19..7a3b777 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: #ff0000; --card: #f9f9f9; --foreground: #1a1a1a; --primary-cta: #2a2928;