diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 8db82faf0e..3f8d87ecc4 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index f4c15cbaff..e6961e9fc2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.