From 9bbdd27b1395e867a4ad5c5d948cb2196f344fff Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 7 Oct 2022 12:10:19 +0000 Subject: [PATCH] Twenty Nineteen: Ensure Pullquote Block text color is reflected on front-end. This changeset ensures Pullquote Block text is consistent between the editor a on front-end. Props nithins53, umesh84, sabernhardt, deepakvijayan, poena. Fixes #55981. git-svn-id: https://develop.svn.wordpress.org/trunk@54413 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss index 9162cfcd03..4181c218d0 100644 --- a/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss +++ b/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss @@ -350,12 +350,12 @@ //! Pullquote .wp-block-pullquote { + color: $color__text-main; border-color: transparent; border-width: 2px; padding: $size__spacing-unit; blockquote { - color: $color__text-main; border: none; margin-top: calc(4 * #{ $size__spacing-unit}); margin-bottom: calc(4.33 * #{ $size__spacing-unit});