Make WordPress Core

Ticket #56567: 56567.patch

File 56567.patch, 850 bytes (added by umesh84, 3 years ago)

added patch

  • themes/twentynineteen/style-rtl.css

     
    56685668}
    56695669
    56705670.entry .entry-content .wp-block-pullquote blockquote {
    5671   color: #111;
     5671  color: currentColor;
    56725672  border: none;
    56735673  margin-top: calc(4 * 1rem);
    56745674  margin-bottom: calc(4.33 * 1rem);
  • themes/twentynineteen/style.css

     
    56805680}
    56815681
    56825682.entry .entry-content .wp-block-pullquote blockquote {
    5683   color: #111;
     5683  color: currentColor;
    56845684  border: none;
    56855685  margin-top: calc(4 * 1rem);
    56865686  margin-bottom: calc(4.33 * 1rem);