Increases the contrast on the navbar toggle switch

This commit is contained in:
Christopher Neugebauer 2017-08-17 10:43:43 -07:00
parent 5b08c1ffdb
commit 349f332582

View file

@ -379,3 +379,7 @@ footer .footer-copy {
.homepage-subtitle {
font-size: $font-size-h3;
}
.navbar-toggle {
background-color: $gray-lighter;
}