StratusNetwork / issues

Issue tracker for the Stratus Network
2 stars 1 forks source link

Web Dark Theme "Connect Using" CSS #259

Closed Siceth closed 4 years ago

Siceth commented 6 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; }

Siceth commented 6 years ago

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.