diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css
index a002276a07..1686d52123 100644
a
|
b
|
body > .is-root-container > .wp-block-template-part > .wp-block-cover, |
146 | 146 | padding-left: var(--wp--custom--spacing--outer); |
147 | 147 | } |
148 | 148 | |
| 149 | /* |
| 150 | * Add Footer CSS |
| 151 | */ |
| 152 | |
| 153 | footer.wp-block-template-part{ |
| 154 | clear: both; |
| 155 | } |
| 156 | No newline at end of file |
diff --git a/wp-content/themes/twentytwentyone/style-rtl.css b/wp-content/themes/twentytwentyone/style-rtl.css
index 4acdc3b22e..1e236af2da 100644
a
|
b
|
p.has-background { |
2891 | 2891 | } |
2892 | 2892 | |
2893 | 2893 | p.has-text-color a { |
2894 | | color: var(--wp--style--color--link, var(--global--color-primary)); |
| 2894 | color: inherit; |
2895 | 2895 | } |
2896 | 2896 | |
2897 | 2897 | pre.wp-block-preformatted { |
diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css
index ca4360db11..5ebdcc39f3 100644
a
|
b
|
p.has-background { |
2901 | 2901 | } |
2902 | 2902 | |
2903 | 2903 | p.has-text-color a { |
2904 | | color: var(--wp--style--color--link, var(--global--color-primary)); |
| 2904 | color: inherit; |
2905 | 2905 | } |
2906 | 2906 | |
2907 | 2907 | pre.wp-block-preformatted { |