Apply suggestions from code review

Co-Authored-By: Albert Juhé Lluveras <aljullu@gmail.com>
This commit is contained in:
Seghir Nadir 2020-02-20 10:35:06 +01:00 committed by GitHub
parent bf8010ae66
commit 001c3a4324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -786,12 +786,11 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
color: ' . $storefront_theme_mods['footer_text_color'] . ';
}
.site-footer a:not(.button),
.site-footer a:not(.button):not(.components-button) {
color: ' . $storefront_theme_mods['footer_link_color'] . ';
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .widget .widget-title, .widget .widgettitle {
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
color: ' . $storefront_theme_mods['footer_heading_color'] . ';
}