diff --git src/wp-content/themes/twentyseventeen/inc/color-patterns.php src/wp-content/themes/twentyseventeen/inc/color-patterns.php
index 0a20a03..c3913e1 100644
|
|
body.colors-custom, |
316 | 316 | .colors-custom .next.page-numbers:focus, |
317 | 317 | .colors-custom .next.page-numbers:hover, |
318 | 318 | .colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover, |
319 | | .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus, |
320 | | .colors-custom .customize-partial-edit-shortcut button { |
| 319 | .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus { |
321 | 320 | background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */ |
322 | 321 | } |
323 | 322 | |
diff --git src/wp-includes/css/customize-preview.css src/wp-includes/css/customize-preview.css
index c72675e..78fca64 100644
|
|
|
52 | 52 | min-height: 30px; |
53 | 53 | font-size: 18px; |
54 | 54 | z-index: 5; |
55 | | background-color: #0085ba; |
56 | | background: #0085ba; |
| 55 | background-color: #0085ba !important; |
57 | 56 | -webkit-border-radius: 50%; |
58 | 57 | border-radius: 50%; |
59 | 58 | border: 2px solid #fff; |