From c9965427fb464bc4837cc41e733caff7fbdf4627 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:06:35 +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 676c0e8..30e28db 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: #272327; --card: #ffffff; --foreground: #0c1325; --primary-cta: #0798ff; -- 2.49.1