diff --git a/wp-content/themes/twentyfifteen/css/editor-style.css b/wp-content/themes/twentyfifteen/css/editor-style.css index 16d4e93592..eb875c2343 100644 --- a/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/wp-content/themes/twentyfifteen/css/editor-style.css @@ -324,6 +324,13 @@ a { text-decoration: none; } +a:hover, +a:focus { + color: #707070; + color: rgba(51, 51, 51, 0.7); + border-bottom: 0; +} + /** * 4.0 Alignment diff --git a/wp-includes/version.php b/wp-includes/version.php index 0cbb588041..89e371a5ba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58909'; +$wp_version = '6.7-alpha-58910'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.