From 094ec64edb2fc39a7f6e0a9717c27f98150f3d7f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:32:46 +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 9d0254f..553e3ab 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: #993a3a; --card: #f9f9f9; --foreground: #120a00e6; --primary-cta: #FF7B05; -- 2.49.1