diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 488f8226fe..8589a297c0 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -224,7 +224,7 @@ Inter variable font. Usage: /* Typography -------------------------------- */ -.editor-styles-wrapper .editor-block-list__layout a { +.editor-styles-wrapper a { color: #cd2653; text-decoration: underline; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3b8525c322..ac26c6407b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51099'; +$wp_version = '5.8-alpha-51100'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.