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

git-svn-id: https://develop.svn.wordpress.org/trunk@26619 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-12-04 18:41:31 +00:00
parent 24240d260c
commit 048ad11f3b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function twentyfourteen_header_style() {
else :
?>
.site-title a {
color: #<?php echo $header_text_color; ?> !important;
color: #<?php echo $header_text_color; ?>;
}
<?php endif; ?>
</style>