Twenty Seventeen: Make sure header text color is applied when color schemes are active.
Props laurelfulford, ocean90. Fixes #38980. git-svn-id: https://develop.svn.wordpress.org/trunk@39397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
352e997f92
commit
d4d90b0425
@ -84,9 +84,17 @@ function twentyseventeen_header_style() {
|
|||||||
else :
|
else :
|
||||||
?>
|
?>
|
||||||
.site-title a,
|
.site-title a,
|
||||||
body.has-header-image .site-title a,
|
.colors-dark .site-title a,
|
||||||
|
.colors-custom .site-title a,
|
||||||
|
body.has-header-image .site-title a,
|
||||||
|
body.has-header-image.colors-dark .site-title a,
|
||||||
|
body.has-header-image.colors-custom .site-title a,
|
||||||
.site-description,
|
.site-description,
|
||||||
body.has-header-image .site-description {
|
.colors-dark .site-description,
|
||||||
|
.colors-custom .site-description,
|
||||||
|
body.has-header-image .site-description,
|
||||||
|
body.has-header-image.colors-dark .site-description,
|
||||||
|
body.has-header-image.colors-custom .site-description {
|
||||||
color: #<?php echo esc_attr( $header_text_color ); ?>;
|
color: #<?php echo esc_attr( $header_text_color ); ?>;
|
||||||
}
|
}
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user