From 0dd5f2317b569a36cea5fb604f9face88b1e2e35 Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 17 Jun 2026 09:53:33 +0000 Subject: [PATCH] fix(web/ui): improve nav-item hover contrast --- apps/web/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/styles/global.css b/apps/web/src/styles/global.css index cdaf4a8..905a0d2 100644 --- a/apps/web/src/styles/global.css +++ b/apps/web/src/styles/global.css @@ -53,7 +53,7 @@ } .nav-item:hover { - background: #ece7df; + background: var(--bg); color: var(--ink); }