Twenty Thirteen: Prevent incorrect link color within the Social Icon block.

Props amolv, shital-patel, poena, davidbaumwald.
Fixes #50809.

git-svn-id: https://develop.svn.wordpress.org/trunk@49240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2020-10-20 17:33:46 +00:00
parent 2cd6aef680
commit 310d8eb83d
1 changed files with 0 additions and 10 deletions

View File

@ -1135,16 +1135,6 @@ ul.nav-menu .focus > ul,
word-wrap: break-word;
}
.entry-content a,
.comment-content a {
color: #bc360a;
}
.entry-content a:hover,
.comment-content a:hover {
color: #ea9629;
}
.entry-content .more-link {
white-space: nowrap;
}