From 9902adca05b5f1a5392329b7143cd6398772b445 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 17 Oct 2014 20:31:15 +0000 Subject: [PATCH] Twenty Fifteen: Fix hover and focus style for links in content with custom color schemes. Props iamtakashi, fixes #29978. git-svn-id: https://develop.svn.wordpress.org/trunk@29942 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/inc/customizer.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index 5334215a96..a4a5e91c4f 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/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,