diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index 2daee26164..5334215a96 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -422,7 +422,8 @@ function twentyfifteen_color_scheme_css() { .site-info, .site-info a, .wp-caption-text, - .gallery-caption { + .gallery-caption, + .comment-list .reply a { color: %4$s; /* Fallback for IE7 and IE8 */ color: %5$s; }