From 18da6663c99e60ca91dff2a44df2681fa25d98f9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:08:48 +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 d17be2f..87718be 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #545454; + --background: #c2c2c2; --card: #ffffff; --foreground: #0f0022; --primary-cta: #8b5cf6; -- 2.49.1