diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index d31394f2dd..5f36433ec2 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before {
|
| 795 | 795 | /* Block: Pullquote -------------------------- */ |
| 796 | 796 | |
| 797 | 797 | .editor-styles-wrapper .wp-block-pullquote { |
| 798 | | border: none; |
| | 798 | border-style: solid; |
| 799 | 799 | color: inherit; |
| 800 | 800 | padding: 0; |
| 801 | 801 | position: relative; |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 08fee73794..4ec99fe07b 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before {
|
| 799 | 799 | /* Block: Pullquote -------------------------- */ |
| 800 | 800 | |
| 801 | 801 | .editor-styles-wrapper .wp-block-pullquote { |
| 802 | | border: none; |
| | 802 | border-style: solid; |
| 803 | 803 | color: inherit; |
| 804 | 804 | padding: 0; |
| 805 | 805 | position: relative; |