From 2a963048f3ec6aa7163536bb49ee57b917548c7c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:05:13 +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 76bd9d1..97b7c08 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #7c7c7c; --card: #ffffff; --foreground: #000000; --primary-cta: #000000; -- 2.49.1