fix(web/ui): improve nav-item hover contrast

This commit is contained in:
Developer
2026-06-17 09:53:33 +00:00
parent ab93863ea9
commit 0dd5f2317b
+1 -1
View File
@@ -53,7 +53,7 @@
}
.nav-item:hover {
background: #ece7df;
background: var(--bg);
color: var(--ink);
}