Closed Siceth closed 4 years ago
The modern dropdown with IP has a bad hover contrast due to using default theme background.
Adding the following snippet to dark-theme.css seems to do the trick: .navbar-collapse ul.nav li:hover { background-color: #212121!important; }
.navbar-collapse ul.nav li:hover { background-color: #212121!important; }
Please let me know if it's better to collapse all future theme problems into a single issue like #206 looked like it was originally intended to.
The modern dropdown with IP has a bad hover contrast due to using default theme background.
Adding the following snippet to dark-theme.css seems to do the trick:
.navbar-collapse ul.nav li:hover { background-color: #212121!important; }