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