Make WordPress Core

Ticket #57087: 57087.2.diff

File 57087.2.diff, 1.1 KB (added by shailu25, 3 years ago)

Patch added

  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index e9200c45fe..927086d561 100644
    a b h2.entry-title { 
    30233023        padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
    30243024}
    30253025
     3026.header-footer-group .wp-block-button:not(.is-style-outline) .wp-block-button__link {
     3027  color: #ffffff;
     3028}
     3029
    30263030/* Block: Columns ---------------------------- */
    30273031
    30283032.wp-block-columns.alignfull,
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index bd85ce4afe..e986a59919 100644
    a b h2.entry-title { 
    30433043        padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
    30443044}
    30453045
     3046.header-footer-group .wp-block-button:not(.is-style-outline) .wp-block-button__link {
     3047  color: #ffffff;
     3048}
     3049
    30463050/* Block: Columns ---------------------------- */
    30473051
    30483052.wp-block-columns.alignfull,