mirror of
https://ghproxy.net/https://github.com/AlxMedia/incolor.git
synced 2025-08-26 16:03:10 +08:00
Styling fix
This commit is contained in:
parent
9c2f96e77c
commit
1ae1eabda3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue