mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Fix open parenthesis space
This commit is contained in:
parent
8e5545ced7
commit
82cd11b8a6
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
|
||||
.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
|
||||
background-color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['background_color'], $darken_factor ) . ';
|
||||
color: ' . storefront_adjust_color_brightness($storefront_theme_mods['text_color'], -10 ) . ';
|
||||
color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['text_color'], -10 ) . ';
|
||||
}
|
||||
|
||||
#comments .comment-list .comment-content .comment-text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue