X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/af50974463450c98503e763a7836a50e260461a9..7f1521bf193b382565eb753043c161f4cb3fcda7:/wp-content/themes/twentyfifteen/inc/customizer.php diff --git a/wp-content/themes/twentyfifteen/inc/customizer.php b/wp-content/themes/twentyfifteen/inc/customizer.php index 4a7e7191..02e2c76a 100644 --- a/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/wp-content/themes/twentyfifteen/inc/customizer.php @@ -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']}; }