Ticket #38980: 38980.patch
File 38980.patch, 978 bytes (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/inc/custom-header.php
84 84 else : 85 85 ?> 86 86 .site-title a, 87 body.has-header-image .site-title a, 87 .colors-dark .site-title a, 88 .colors-custom .site-title a, 89 body.has-header-image .site-title a, 90 body.has-header-image.colors-dark .site-title a, 91 body.has-header-image.colors-custom .site-title a, 88 92 .site-description, 89 body.has-header-image .site-description { 93 .colors-dark .site-description, 94 .colors-custom .site-description, 95 body.has-header-image .site-description, 96 body.has-header-image.colors-dark .site-description, 97 body.has-header-image.colors-custom .site-description { 90 98 color: #<?php echo esc_attr( $header_text_color ); ?>; 91 99 } 92 100 <?php endif; ?>