diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
index c631e94053..e46160fff2 100644
|
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
| 216 | 216 | text-transform: none; |
| 217 | 217 | } |
| 218 | 218 | |
| | 219 | .wp-block-pullquote[class*="-font-size"] blockquote, |
| | 220 | .wp-block-pullquote[class*="-font-size"] blockquote p, |
| | 221 | .wp-block-pullquote[class*="-font-size"] cite, |
| | 222 | .wp-block-pullquote[style*="font-size"] blockquote, |
| | 223 | .wp-block-pullquote[style*="font-size"] blockquote p, |
| | 224 | .wp-block-pullquote[style*="font-size"] cite { |
| | 225 | font-size: inherit; |
| | 226 | } |
| | 227 | |
| | 228 | .wp-block-pullquote[style*="line-height"] blockquote, |
| | 229 | .wp-block-pullquote[style*="line-height"] blockquote p, |
| | 230 | .wp-block-pullquote[style*="line-height"] cite { |
| | 231 | line-height: inherit; |
| | 232 | } |
| | 233 | |
| 219 | 234 | .wp-block-pullquote cite:before { |
| 220 | 235 | content: "\2014\00a0"; |
| 221 | 236 | } |
diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
index fb79e47200..097d045567 100644
|
a
|
b
|
figure[class*="wp-block-"] > figcaption { |
| 536 | 536 | color: inherit; |
| 537 | 537 | } |
| 538 | 538 | |
| | 539 | .wp-block-pullquote[class*="-font-size"] blockquote, |
| | 540 | .wp-block-pullquote[class*="-font-size"] blockquote p, |
| | 541 | .wp-block-pullquote[class*="-font-size"] cite, |
| | 542 | .wp-block-pullquote[style*="font-size"] blockquote, |
| | 543 | .wp-block-pullquote[style*="font-size"] blockquote p, |
| | 544 | .wp-block-pullquote[style*="font-size"] cite { |
| | 545 | font-size: inherit; |
| | 546 | } |
| | 547 | |
| | 548 | .wp-block-pullquote[style*="line-height"] blockquote, |
| | 549 | .wp-block-pullquote[style*="line-height"] blockquote p, |
| | 550 | .wp-block-pullquote[style*="line-height"] cite { |
| | 551 | line-height: inherit; |
| | 552 | } |
| | 553 | |
| 539 | 554 | .wp-block-pullquote .wp-block-pullquote__citation:before { |
| 540 | 555 | content: "\2014\00a0"; |
| 541 | 556 | } |