]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfifteen/inc/customizer.php
WordPress 4.2
[autoinstalls/wordpress.git] / wp-content / themes / twentyfifteen / inc / customizer.php
index 4a7e71910ad8be125c39565355c46473f537c81c..02e2c76af42457061210744537ec12ac94b4dc8b 100644 (file)
@@ -327,7 +327,8 @@ function twentyfifteen_get_color_scheme_css( $colors ) {
        .hentry,
        .page-header,
        .page-content,
-       .comments-area {
+       .comments-area,
+       .widecolumn {
                background-color: {$colors['box_background_color']};
        }
 
@@ -458,7 +459,9 @@ function twentyfifteen_get_color_scheme_css( $colors ) {
        .site-info a,
        .wp-caption-text,
        .gallery-caption,
-       .comment-list .reply a {
+       .comment-list .reply a,
+       .widecolumn label,
+       .widecolumn .mu_register label {
                color: {$colors['textcolor']}; /* Fallback for IE7 and IE8 */
                color: {$colors['secondary_textcolor']};
        }