Make WordPress Core

Ticket #60560: 60560.patch

File 60560.patch, 1.5 KB (added by nidhidhandhukiya, 12 months ago)
  • wp-content/themes/twentynineteen/style-editor.css

     
    16141614.wp-block-post-author__avatar img {
    16151615  border-radius: 100%;
    16161616}
     1617.wp-block-group  .wp-block-pullquote p,
     1618.wp-block-group  .wp-block-pullquote{
     1619    font-size: inherit;
     1620}
     1621 No newline at end of file
  • wp-content/themes/twentynineteen/style-rtl.css

     
    66086608.gallery-item > div > a:focus {
    66096609  box-shadow: 0 0 0 2px #0073aa;
    66106610}
     6611.entry .entry-content .wp-block-group  .wp-block-pullquote p,
     6612.entry .entry-content .wp-block-group  .wp-block-pullquote{
     6613    font-size: inherit;
     6614}
     6615 No newline at end of file
  • wp-content/themes/twentynineteen/style.css

     
    66206620.gallery-item > div > a:focus {
    66216621  box-shadow: 0 0 0 2px #0073aa;
    66226622}
     6623.entry .entry-content .wp-block-group  .wp-block-pullquote p,
     6624.entry .entry-content .wp-block-group  .wp-block-pullquote{
     6625    font-size: inherit;
     6626}
     6627 No newline at end of file