Twenty Seventeen: Fixes Pullquote block text color not changing on front.

The Pullquote block text color was not changing on the front. This overrides the inlined styles.

Props iamjaydip, laurelfulford, sabernhardt.
Fixes #46080.


git-svn-id: https://develop.svn.wordpress.org/trunk@58886 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2024-08-12 13:42:09 +00:00
parent ddc5d6aba4
commit ac7045cedf

View File

@ -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;