diff --git a/wp-content/themes/twentyfifteen/css/blocks.css b/wp-content/themes/twentyfifteen/css/blocks.css index 70026d2e72..e0aae3405b 100644 --- a/wp-content/themes/twentyfifteen/css/blocks.css +++ b/wp-content/themes/twentyfifteen/css/blocks.css @@ -123,6 +123,11 @@ p.has-drop-cap:not(:focus)::first-letter { text-transform: none; } +.wp-block-quote[class*="-text-color"] cite, +.wp-block-quote[style*="color"] cite { + color: inherit; +} + .wp-block-quote em, .wp-block-quote i { font-style: normal; @@ -335,6 +340,11 @@ p.has-drop-cap:not(:focus)::first-letter { text-transform: none; } +.wp-block-pullquote[class*="-text-color"] blockquote cite, +.wp-block-pullquote[style*="color"] blockquote cite { + color: inherit; +} + @media screen and (min-width: 46.25em) { .wp-block-pullquote cite { font-size: 17px; diff --git a/wp-content/themes/twentyfifteen/css/editor-blocks.css b/wp-content/themes/twentyfifteen/css/editor-blocks.css index 477871ba12..7f1327d258 100644 --- a/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -685,6 +685,11 @@ p.has-drop-cap:not(:focus)::first-letter { text-transform: none; } +.wp-block-pullquote[class*="-text-color"] blockquote cite, +.wp-block-pullquote[style*="color"] blockquote cite { + color: inherit; +} + @media screen and (min-width: 46.25em) { .wp-block-pullquote .wp-block-pullquote__citation { font-size: 17px; diff --git a/wp-includes/version.php b/wp-includes/version.php index fb63eab905..3296dfedf4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta1-58367'; +$wp_version = '6.6-beta1-58368'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.