From 0d86eb9b34df3b404f764ccfe0b7e8db62bd685f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:39:54 +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 7131457..72a5d9a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #443e4b; + --background: #000000; --card: #ffffff; --foreground: #27231f; --primary-cta: #27231f; -- 2.49.1