diff --git a/src/wp-content/themes/twentynineteen/style-editor.css b/src/wp-content/themes/twentynineteen/style-editor.css index ea98bc38a8b19..4d8ffc975b2fe 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.css +++ b/src/wp-content/themes/twentynineteen/style-editor.css @@ -1092,10 +1092,6 @@ figcaption, color: #000; } -.wp-block-pullquote blockquote p { - color: inherit; -} - .wp-block-pullquote blockquote { margin-top: calc(3 * 1rem); margin-bottom: calc(3.33 * 1rem); diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss index 3e823dc5eb756..71c9db7ac6760 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.scss +++ b/src/wp-content/themes/twentynineteen/style-editor.scss @@ -555,6 +555,7 @@ figcaption, line-height: 1.3; margin-bottom: 0.5em; margin-top: 0.5em; + color: inherit; @include media(tablet) { font-size: $font__size-xl; @@ -960,7 +961,6 @@ $group-block-background__padding: $font__size_base; } } -// Full alignment .wp-block[data-align="full"] > .wp-block-group { // Margins & padding are added to this container to mimic