Make WordPress Core

Ticket #60560: 60560.1.patch

File 60560.1.patch, 950 bytes (added by nidhidhandhukiya, 12 months ago)
  • wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

     
    898898                                }
    899899                        }
    900900                }
    901                
     901                .wp-block-pullquote{
     902                        font-size: inherit;
     903                        p{
     904                                font-size: inherit;
     905                        }
     906                }
    902907        }
    903908
    904909        //! Latest Comments
  • wp-content/themes/twentynineteen/style-editor.css

     
    16141614.wp-block-post-author__avatar img {
    16151615  border-radius: 100%;
    16161616}
     1617
     1618.wp-block-group{
     1619  .wp-block-pullquote{
     1620    font-size: inherit;
     1621    p{
     1622      font-size: inherit;
     1623    }
     1624  }
     1625}
     1626 No newline at end of file