diff --git src/wp-content/themes/twentyfifteen/css/blocks.css src/wp-content/themes/twentyfifteen/css/blocks.css
index be2d8ffef6..691e6a528f 100644
|
|
|
p.has-drop-cap:not(:focus)::first-letter { |
| 313 | 313 | |
| 314 | 314 | /* Pullquote */ |
| 315 | 315 | |
| | 316 | .wp-block-pullquote blockquote, .wp-block-pullquote p { |
| | 317 | color: inherit !important; |
| | 318 | } |
| | 319 | |
| 316 | 320 | .wp-block-pullquote { |
| 317 | 321 | border: 0; |
| 318 | 322 | } |
| … |
… |
p.has-drop-cap:not(:focus)::first-letter { |
| 326 | 330 | } |
| 327 | 331 | |
| 328 | 332 | .wp-block-pullquote cite { |
| 329 | | color: #333; |
| | 333 | color: inherit; |
| 330 | 334 | font-family: "Noto Sans", sans-serif; |
| 331 | 335 | font-size: 15px; |
| 332 | 336 | font-style: normal; |
diff --git src/wp-content/themes/twentyfifteen/css/editor-blocks.css src/wp-content/themes/twentyfifteen/css/editor-blocks.css
index 72e20fb75d..5854c4bc52 100644
|
|
|
p.has-drop-cap:not(:focus)::first-letter { |
| 669 | 669 | |
| 670 | 670 | /* Pullquote */ |
| 671 | 671 | |
| | 672 | .editor-styles-wrapper blockquote{ |
| | 673 | border-left: 4px solid !important; |
| | 674 | } |
| | 675 | |
| 672 | 676 | .wp-block-pullquote, |
| 673 | 677 | .editor-block-list__block .wp-block-pullquote blockquote { |
| 674 | 678 | border: 0; |
| … |
… |
p.has-drop-cap:not(:focus)::first-letter { |
| 676 | 680 | padding-left: 0; |
| 677 | 681 | } |
| 678 | 682 | |
| | 683 | .wp-block-pullquote blockquote, .wp-block-pullquote p { |
| | 684 | color: inherit !important; |
| | 685 | } |
| | 686 | |
| 679 | 687 | .wp-block-pullquote .wp-block-pullquote__citation { |
| 680 | | color: #333; |
| | 688 | color: inherit; |
| 681 | 689 | font-family: "Noto Sans", sans-serif; |
| 682 | 690 | font-size: 15px; |
| 683 | 691 | font-style: normal; |