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

pull/5/head
Jonas Thelemann 2017-04-18 15:09:09 +01:00 committed by Dave Page
parent 649b064cf3
commit 929a43c9fa
1 changed files with 4 additions and 0 deletions

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;