From ac7045cedfa00e57516768551727967974c56090 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 12 Aug 2024 13:42:09 +0000 Subject: [PATCH] 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 --- .../themes/twentyseventeen/assets/css/editor-blocks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 34a4749db7..1a4902fbbd 100644 --- a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/src/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;