diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 34a4749db7..1a4902fbbd 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -649,6 +649,10 @@ html[lang="th"] .edit-post-visual-editor * { border: 0 solid; } +figure.wp-block-pullquote blockquote { + color: inherit; +} + .wp-block-pullquote.alignleft blockquote > .editor-rich-text p, .wp-block-pullquote.alignright blockquote > .editor-rich-text p { font-size: 20px; diff --git a/wp-includes/version.php b/wp-includes/version.php index 55686af520..818c313c37 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58885'; +$wp_version = '6.7-alpha-58886'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.