diff --git a/wp-content/themes/twentyeleven/blocks.css b/wp-content/themes/twentyeleven/blocks.css index 1a4acd4b72..591ce28664 100644 --- a/wp-content/themes/twentyeleven/blocks.css +++ b/wp-content/themes/twentyeleven/blocks.css @@ -192,7 +192,7 @@ p.has-drop-cap:not(:focus)::first-letter { .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer { - color: #141412; + color: inherit; } .wp-block-pullquote.alignleft { diff --git a/wp-includes/version.php b/wp-includes/version.php index 75115307a8..ebb977850f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57895'; +$wp_version = '6.6-alpha-57896'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.