define a nicer navbar bg type

This commit is contained in:
Holger Könemann 2018-04-11 21:05:08 +02:00
parent 1c46992923
commit 2743321cd1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<a class="skip-link screen-reader-text sr-only" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a> <a class="skip-link screen-reader-text sr-only" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
<nav class="navbar navbar-expand-md navbar-dark bg-dark"> <nav class="navbar navbar-expand-md navbar-dark bg-primary">
<?php if ( 'container' == $container ) : ?> <?php if ( 'container' == $container ) : ?>
<div class="container" > <div class="container" >