Make WordPress Core

Ticket #61232: 61232.patch

File 61232.patch, 677 bytes (added by pitamdey, 12 months ago)
  • wp-content/themes/twentynineteen/style-editor.scss

     
    456456        border-width: 2px;
    457457        color: #000;
    458458
     459        p {
     460                color: inherit;
     461        }
     462
    459463        blockquote {
    460464                margin-top: calc(3 * #{ $size__spacing-unit});
    461465                margin-bottom: calc(3.33 * #{ $size__spacing-unit});
     
    463467                word-break: break-word;
    464468        }
    465469
    466         &:not(.is-style-solid-color) .wp-block-pullquote__citation {
    467                 color: $color__text-light;
    468         }
    469 
    470470        &.is-style-solid-color {
    471471
    472472                blockquote {