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

Props amolv, shital-patel, poena, davidbaumwald.
Fixes #50809.
Built from https://develop.svn.wordpress.org/trunk@49240


git-svn-id: http://core.svn.wordpress.org/trunk@49002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-10-20 17:35:06 +00:00
parent 8f7975cbea
commit 19a4b4fee4
2 changed files with 1 additions and 11 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;
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49239';
$wp_version = '5.6-alpha-49240';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.