Make WordPress Core

Ticket #56073: #56073.patch

File #56073.patch, 557 bytes (added by kajalgohel, 4 years ago)

added patch for adding color of Pullquote block text in editor side

  • wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    458458        margin-top: 0.5em;
    459459}
    460460
     461.wp-block-pullquote blockquote,
     462.wp-block-pullquote cite,
     463.wp-block-pullquote p {
     464        color: inherit !important;
     465}
     466
    461467/* Caption styles*/
    462468
    463469[class^="wp-block-"]:not(.wp-block-gallery) figcaption {