Make WordPress Core

Ticket #56008: 56008.1.patch

File 56008.1.patch, 1.2 KB (added by sabernhardt, 2 years ago)
  • src/wp-content/themes/twentysixteen/css/blocks.css

     
    172172        padding: 0 24px 0 0;
    173173}
    174174
     175.wp-block-pullquote.has-text-color blockquote,
     176.wp-block-pullquote.has-background blockquote,
     177.has-background .wp-block-pullquote blockquote,
     178.wp-block-pullquote.has-text-color cite {
     179        color: inherit;
     180}
     181
    175182.wp-block-pullquote p {
    176183        font-size: 19px;
    177184        font-size: 1.1875rem;
  • src/wp-content/themes/twentysixteen/css/editor-blocks.css

     
    511511        text-transform: none;
    512512}
    513513
     514.wp-block-pullquote.has-text-color blockquote,
     515.wp-block-pullquote.has-background blockquote,
     516.has-background .wp-block-pullquote blockquote,
     517.wp-block-pullquote.has-text-color cite {
     518        color: inherit;
     519}
     520
    514521.wp-block-pullquote .wp-block-pullquote__citation:before {
    515522        content: "\2014\00a0";
    516523}