From 349f332582dd0edfc0a9dec70722fc5539276194 2017-08-17 17:43:43 From: Christopher Neugebauer Date: 2017-08-17 17:43:43 Subject: [PATCH] Increases the contrast on the navbar toggle switch --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index b776b743cb56582f7c206910f67221589f6372cd..06885fcaf3c1c4fd9796e3408b59b665624f3500 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -379,3 +379,7 @@ footer .footer-copy { .homepage-subtitle { font-size: $font-size-h3; } + +.navbar-toggle { + background-color: $gray-lighter; +}