diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css index 9ddea8073f..b8b6b44715 100644 --- a/src/wp-content/themes/twentysixteen/css/blocks.css +++ b/src/wp-content/themes/twentysixteen/css/blocks.css @@ -158,17 +158,19 @@ p.has-drop-cap:not(:focus)::first-letter { } .wp-block-pullquote blockquote { - border-left: 0; + color: #686868; + border-left: 4px solid #1a1a1a; margin: 0; - padding: 0; + padding: 0 0 0 24px; } .rtl .wp-block-pullquote blockquote { - border-right: 0; + border-left: none; + border-right: 4px solid #1a1a1a; + padding: 0 24px 0 0; } .wp-block-pullquote p { - color: #686868; font-size: 19px; font-size: 1.1875rem; } diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css index 4bf8cbf54f..9376a45872 100644 --- a/src/wp-content/themes/twentysixteen/css/editor-blocks.css +++ b/src/wp-content/themes/twentysixteen/css/editor-blocks.css @@ -505,7 +505,6 @@ Description: Used to style blocks in the editor. } .wp-block-pullquote blockquote > .editor-rich-text p { - color: #686868; font-size: 19px; font-size: 1.1875rem; }