From 136436e9f1edd834052bdf64786b3f96b91e55c7 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Oct 2014 22:00:23 +0000 Subject: [PATCH] Twenty Fifteen: readable comment details in the dark colour scheme. Props NikV, fixes #29970. git-svn-id: https://develop.svn.wordpress.org/trunk@29930 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/inc/customizer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }