Make WordPress Core

Ticket #56006: #56006.patch

File #56006.patch, 1.2 KB (added by umesh84, 2 years ago)

added patch

  • wp-content/themes/twentyfourteen/css/blocks.css

     
    180180}
    181181
    182182.wp-block-pullquote cite {
    183         color: #2b2b2b;
     183        color: currentColor;
    184184        font-size: 16px;
    185185        font-weight: 400;
    186186        margin-top: 0;
  • wp-content/themes/twentyfourteen/css/editor-blocks.css

     
    370370
    371371.wp-block-pullquote .wp-block-pullquote__citation {
    372372        color: #2b2b2b;
     373        color: inherit;
    373374        font-size: 16px;
    374375        font-weight: 400;
    375376        margin-top: 0;
  • wp-content/themes/twentyfourteen/css/editor-style.css

     
    175175
    176176blockquote {
    177177        color: #767676;
     178        color: inherit;
    178179        font-size: 19px;
    179180        font-style: italic;
    180181        font-weight: 300;