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 { |
| 3023 | 3023 | padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); |
| 3024 | 3024 | } |
| 3025 | 3025 | |
| | 3026 | .header-footer-group .wp-block-button:not(.is-style-outline) .wp-block-button__link { |
| | 3027 | color: #ffffff; |
| | 3028 | } |
| | 3029 | |
| 3026 | 3030 | /* Block: Columns ---------------------------- */ |
| 3027 | 3031 | |
| 3028 | 3032 | .wp-block-columns.alignfull, |
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 { |
| 3043 | 3043 | padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); |
| 3044 | 3044 | } |
| 3045 | 3045 | |
| | 3046 | .header-footer-group .wp-block-button:not(.is-style-outline) .wp-block-button__link { |
| | 3047 | color: #ffffff; |
| | 3048 | } |
| | 3049 | |
| 3046 | 3050 | /* Block: Columns ---------------------------- */ |
| 3047 | 3051 | |
| 3048 | 3052 | .wp-block-columns.alignfull, |