From 7364cbb90e502d516b26ba94cea26fec0a13d9b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:07:08 +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 972371d..67d5e74 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #aba5ab; + --background: #ebe7e7; --card: #ffffff; --foreground: #0c1325; --primary-cta: #0798ff;