Make WordPress Core

Ticket #55981: 55981.3.diff

File 55981.3.diff, 653 bytes (added by poena, 2 years ago)

Move the text color to the wrapper

  • src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

     
    350350
    351351        //! Pullquote
    352352        .wp-block-pullquote {
     353                color: $color__text-main;
    353354                border-color: transparent;
    354355                border-width: 2px;
    355356                padding: $size__spacing-unit;
    356357
    357358                blockquote {
    358                         color: $color__text-main;
    359359                        border: none;
    360360                        margin-top: calc(4 * #{ $size__spacing-unit});
    361361                        margin-bottom: calc(4.33 * #{ $size__spacing-unit});