style(assets): use cooler and darker hover colors for menu items in dark mode

This commit is contained in:
Cell
2026-07-26 04:14:46 +08:00
parent 610fa1d561
commit 9e2f388022
+2 -2
View File
@@ -406,7 +406,7 @@ header {
padding: 0 1rem;
&:not(.menu-system):hover {
background-color: light-dark(#f2f2f3, #535355);
background-color: light-dark(#f2f2f3, #3e444c);
}
.menu-link {
@@ -465,7 +465,7 @@ header {
}
.menu-item:hover {
background-color: light-dark(#e7e7ea, #5d5d5f);
background-color: light-dark(#e7e7ea, #464c54);
}
}