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; +}