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 2c3192b00f..d31394f2dd 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 @@ -683,6 +683,12 @@ hr.wp-block-separator.is-style-dots::before { font-style: normal; } +.editor-styles-wrapper .wp-block-quote.has-text-color cite, +.editor-styles-wrapper .wp-block-quote.has-background cite, +.editor-styles-wrapper .has-background .wp-block-quote cite { + color: inherit; +} + .editor-styles-wrapper .wp-block-quote p { color: inherit; font-weight: 400; @@ -883,6 +889,12 @@ hr.wp-block-separator.is-style-dots::before { text-transform: none; } +.editor-styles-wrapper .wp-block-pullquote.has-text-color cite, +.editor-styles-wrapper .wp-block-pullquote.has-background cite, +.editor-styles-wrapper .has-background .wp-block-pullquote cite { + color: inherit; +} + /* STYLE: SOLID COLOR */ .editor-styles-wrapper .wp-block-pullquote.is-style-solid-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 18e8328107..08fee73794 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -687,6 +687,12 @@ hr.wp-block-separator.is-style-dots::before { font-style: normal; } +.editor-styles-wrapper .wp-block-quote.has-text-color cite, +.editor-styles-wrapper .wp-block-quote.has-background cite, +.editor-styles-wrapper .has-background .wp-block-quote cite { + color: inherit; +} + .editor-styles-wrapper .wp-block-quote p { color: inherit; font-weight: 400; @@ -887,6 +893,12 @@ hr.wp-block-separator.is-style-dots::before { text-transform: none; } +.editor-styles-wrapper .wp-block-pullquote.has-text-color cite, +.editor-styles-wrapper .wp-block-pullquote.has-background cite, +.editor-styles-wrapper .has-background .wp-block-pullquote cite { + color: inherit; +} + /* STYLE: SOLID COLOR */ .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color { diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index f64549e516..6752900c65 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -3241,6 +3241,12 @@ figure.wp-block-gallery.alignfull { margin-top: 1.2rem; } +.wp-block-pullquote.has-text-color cite, +.wp-block-pullquote.has-background cite, +.has-background .wp-block-pullquote cite { + color: inherit; +} + .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p { font-size: 2.8rem; @@ -3359,6 +3365,12 @@ figure.wp-block-table.is-style-stripes { text-align: inherit; } +.wp-block-quote.has-text-color cite, +.wp-block-quote.has-background cite, +.has-background .wp-block-quote cite { + color: inherit; +} + .wp-block-quote[style="text-align:center"] { border-width: 0; padding: 0; diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index c2ac1eac06..84d5a040d4 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -3261,6 +3261,12 @@ figure.wp-block-gallery.alignfull { margin-top: 1.2rem; } +.wp-block-pullquote.has-text-color cite, +.wp-block-pullquote.has-background cite, +.has-background .wp-block-pullquote cite { + color: inherit; +} + .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p { font-size: 2.8rem; @@ -3379,6 +3385,12 @@ figure.wp-block-table.is-style-stripes { text-align: inherit; } +.wp-block-quote.has-text-color cite, +.wp-block-quote.has-background cite, +.has-background .wp-block-quote cite { + color: inherit; +} + .wp-block-quote[style="text-align:center"] { border-width: 0; padding: 0; diff --git a/wp-includes/version.php b/wp-includes/version.php index 533888b4f1..207d835fb9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta1-55316'; +$wp_version = '6.2-beta1-55317'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.