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
This commit is contained in:
Ian Stewart 2014-10-17 20:32:21 +00:00
parent 4ca2996eff
commit 507fee2825
1 changed files with 10 additions and 0 deletions

View File

@ -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,