diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
index f01118d6c0..c631e94053 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
74 | 74 | |
75 | 75 | /* Quote */ |
76 | 76 | |
| 77 | .wp-block-quote { |
| 78 | border-width: 0 0 0 4px; |
| 79 | } |
| 80 | |
| 81 | :where(.rtl) .wp-block-quote { |
| 82 | border-width: 0 4px 0 0; |
| 83 | } |
| 84 | |
77 | 85 | .wp-block-quote:not(.is-large):not(.is-style-large).alignleft, |
78 | 86 | .wp-block-quote:not(.is-large):not(.is-style-large).alignright { |
79 | 87 | border-left: none; |