Make WordPress Core

Ticket #56005: #56005.patch

File #56005.patch, 1.1 KB (added by umesh84, 18 months ago)

added patch

  • wp-content/themes/twentytwentyone/assets/css/style-editor.css

     
    14511451
    14521452.wp-block-pullquote p {
    14531453        font-family: var(--pullquote--font-family);
    1454         font-size: var(--pullquote--font-size);
     1454        font-size: inherit;
    14551455        font-style: var(--pullquote--font-style);
    14561456        font-weight: 700;
    14571457        letter-spacing: var(--pullquote--letter-spacing);
  • wp-content/themes/twentytwentyone/style.css

     
    29372937
    29382938.wp-block-pullquote p {
    29392939        font-family: var(--pullquote--font-family);
    2940         font-size: var(--pullquote--font-size);
     2940        font-size: inherit;
    29412941        font-style: var(--pullquote--font-style);
    29422942        font-weight: 700;
    29432943        letter-spacing: var(--pullquote--letter-spacing);