refactoring the navbar bg color back to the dark one
This commit is contained in:
parent
982ad6718b
commit
9fc94678a2
|
@ -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',
|
<a class="skip-link screen-reader-text sr-only" href="#content"><?php _e( 'Skip to content',
|
||||||
'understrap' ); ?></a>
|
'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 ); ?>">
|
<div class="<?php echo esc_html( $container ); ?>">
|
||||||
|
|
||||||
|
|
Reference in New Issue