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 b3c1001c89..b2f6de3acd 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 @@ -156,6 +156,10 @@ Inter variable font. Usage: /* Colors ------------------------------------ */ +.editor-styles-wrapper .has-text-color a { + color: inherit; +} + /* CUSTOM COLORS */ :root .has-accent-color { diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 2e4474ba1f..809b821661 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -156,6 +156,10 @@ Inter variable font. Usage: /* Colors ------------------------------------ */ +.editor-styles-wrapper .has-text-color a { + color: inherit; +} + /* CUSTOM COLORS */ :root .has-accent-color { diff --git a/wp-includes/version.php b/wp-includes/version.php index df06368f54..1d32393fcc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54152'; +$wp_version = '6.1-alpha-54153'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.