Make WordPress Core

Changeset 26619


Ignore:
Timestamp:
12/04/2013 06:41:31 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix site title color preview in Customizer, props kwight. Closes #26404.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php

    r26573 r26619  
    7979        ?>
    8080                .site-title a {
    81                         color: #<?php echo $header_text_color; ?> !important;
     81                        color: #<?php echo $header_text_color; ?>;
    8282                }
    8383        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.