fix(web/ui): improve nav-item hover contrast
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
.nav-item:hover {
|
||||
background: #ece7df;
|
||||
background: var(--bg);
|
||||
color: var(--ink);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user