This commit is contained in:
Tiago Noronha 2018-11-22 16:55:37 +00:00
parent efe46e8cc6
commit 0428353d33
2 changed files with 3 additions and 4 deletions

View file

@ -830,7 +830,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
$brighten_factor = apply_filters( 'storefront_brighten_factor', 25 );
$darken_factor = apply_filters( 'storefront_darken_factor', -25 );
// Gutenberg
// Gutenberg.
$styles = '
.wp-block-button .wp-block-button__link {
border-color: ' . $storefront_theme_mods['button_background_color'] . ';