We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821a333 commit 8a8835eCopy full SHA for 8a8835e
custom/css/darkmode.css
@@ -56,4 +56,11 @@
56
.modal-content > input#client_allowed_ips_tag {
57
color: #ffffff;
58
}*/
59
+ /* mobile hamburger */
60
+ .navbar-light .navbar-nav .nav-link {
61
+ color: rgba(255, 255, 255, .75);
62
+ }
63
+ .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
64
+ color: rgba(0, 200, 255, .7);
65
66
}
0 commit comments