Prevent the top-left logo from changing colour when clicked.

This commit is contained in:
Jonas Thelemann
2017-04-18 15:09:09 +01:00
committed by Dave Page
parent 649b064cf3
commit 929a43c9fa

View File

@@ -142,6 +142,10 @@ iframe {
color: #009DCF;
}
.navbar-inverse .navbar-brand:focus {
color: #009DCF;
}
.dropdown-menu > hr {
margin-top: 0;
margin-bottom: 0;