Make WordPress Core

Ticket #57854: 57854.patch

File 57854.patch, 1.1 KB (added by nidhidhandhukiya, 22 months ago)
  • wp-content/themes/twentytwentyone/assets/css/style-editor.css

     
    14421442
    14431443.wp-block-pullquote p {
    14441444        font-family: var(--pullquote--font-family);
    1445         font-size: var(--pullquote--font-size);
     1445        font-size: inherit;
    14461446        font-style: var(--pullquote--font-style);
    14471447        font-weight: 700;
    14481448        letter-spacing: var(--pullquote--letter-spacing);
  • wp-content/themes/twentytwentyone/style.css

     
    28642864
    28652865.wp-block-pullquote p {
    28662866        font-family: var(--pullquote--font-family);
    2867         font-size: var(--pullquote--font-size);
     2867        font-size: inherit;
    28682868        font-style: var(--pullquote--font-style);
    28692869        font-weight: 700;
    28702870        letter-spacing: var(--pullquote--letter-spacing);