Styling fix

This commit is contained in:
AlxMedia 2021-08-21 11:19:50 +02:00
parent 9c2f96e77c
commit 1ae1eabda3

View file

@ -194,7 +194,8 @@ body,
if ( get_theme_mod('color-widget-background','') != '' ) {
$styles .= '
.sidebar .widget,
.sidebar .widget:hover { background-color: '.esc_attr( get_theme_mod('color-widget-background') ).'; }
.sidebar .widget:hover,
.sidebar .post-nav { background-color: '.esc_attr( get_theme_mod('color-widget-background') ).'; }
'."\n";
}
// footer background color