mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
phpcs
This commit is contained in:
parent
efe46e8cc6
commit
0428353d33
2 changed files with 3 additions and 4 deletions
|
@ -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'] . ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue