Make WordPress Core

Ticket #56455: 56455.patch

File 56455.patch, 447 bytes (added by varshil151189, 2 years ago)

Added Patch for “Add quote” text color.

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

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