mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
style(assets): use cooler and darker hover colors for menu items in dark mode
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user