Make WordPress Core

Ticket #57204: 57204.1.patch

File 57204.1.patch, 927 bytes (added by sabernhardt, 21 months ago)
  • src/wp-content/themes/twentysixteen/css/blocks.css

     
    9494        line-height: 1.75;
    9595}
    9696
     97.wp-block-quote.has-text-color cite {
     98        color: inherit;
     99}
     100
    97101.wp-block-quote cite:before {
    98102        content: "\2014\00a0";
    99103}
  • src/wp-content/themes/twentysixteen/css/editor-blocks.css

     
    320320        line-height: 1.75;
    321321}
    322322
     323.wp-block-quote.has-text-color .wp-block-quote__citation {
     324        color: inherit;
     325}
     326
    323327.wp-block-quote__citation:before {
    324328        content: "\2014\00a0";
    325329}