Make WordPress Core

Ticket #38980: 38980.patch

File 38980.patch, 978 bytes (added by laurelfulford, 8 years ago)
  • src/wp-content/themes/twentyseventeen/inc/custom-header.php

     
    8484                else :
    8585        ?>
    8686                .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,
    8892                .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 {
    9098                        color: #<?php echo esc_attr( $header_text_color ); ?>;
    9199                }
    92100        <?php endif; ?>