diff --git a/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
index 9162cfcd03..571f781d34 100644
a
|
b
|
|
355 | 355 | padding: $size__spacing-unit; |
356 | 356 | |
357 | 357 | blockquote { |
358 | | color: $color__text-main; |
359 | 358 | border: none; |
360 | 359 | margin-top: calc(4 * #{ $size__spacing-unit}); |
361 | 360 | margin-bottom: calc(4.33 * #{ $size__spacing-unit}); |
diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
index 9d68322d74..38856b4c1b 100644
a
|
b
|
body.page .main-navigation { |
5680 | 5680 | } |
5681 | 5681 | |
5682 | 5682 | .entry .entry-content .wp-block-pullquote blockquote { |
5683 | | color: #111; |
5684 | 5683 | border: none; |
5685 | 5684 | margin-top: calc(4 * 1rem); |
5686 | 5685 | margin-bottom: calc(4.33 * 1rem); |