From 507fee2825b12d81dccfcf90d33b6b06edab4073 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 17 Oct 2014 20:32:21 +0000 Subject: [PATCH] Twenty Fifteen: Fix hover and focus style for links in content with custom color schemes. Props iamtakashi, fixes #29978. Built from https://develop.svn.wordpress.org/trunk@29942 git-svn-id: http://core.svn.wordpress.org/trunk@29693 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/inc/customizer.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wp-content/themes/twentyfifteen/inc/customizer.php b/wp-content/themes/twentyfifteen/inc/customizer.php index 5334215a96..a4a5e91c4f 100644 --- a/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/wp-content/themes/twentyfifteen/inc/customizer.php @@ -402,6 +402,16 @@ function twentyfifteen_color_scheme_css() { .image-navigation a, .comment-navigation, .comment-navigation a, + .entry-content a:hover, + .entry-content a:focus, + .entry-summary a:hover, + .entry-summary a:focus, + .page-content a:hover, + .page-content a:focus, + .comment-content a:hover, + .comment-content a:focus, + .author-description a:hover, + .author-description a:focus, .author-heading, .entry-footer, .entry-footer a,