Make WordPress Core

Ticket #56455: #56455.patch

File #56455.patch, 868 bytes (added by kmadhak, 2 years ago)

added patch for “Add quote” text color and also changed in RTL file

  • wp-content/themes/twentynineteen/style-rtl.css

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

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