refactoring the navbar bg color back to the dark one

This commit is contained in:
Holger Könemann 2017-01-07 11:39:25 +01:00
parent 982ad6718b
commit 9fc94678a2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<a class="skip-link screen-reader-text sr-only" href="#content"><?php _e( 'Skip to content',
'understrap' ); ?></a>
<nav class="navbar navbar-toggleable-md navbar-light">
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse">
<div class="<?php echo esc_html( $container ); ?>">