diff --git a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index d6f1bd7819..15f145a926 100644
a
|
b
|
body { |
2303 | 2303 | } |
2304 | 2304 | |
2305 | 2305 | .wp-block a { |
2306 | | color: var(--wp--style--color--link, var(--global--color-primary)); |
| 2306 | color: var(--wp--style--color--link); |
2307 | 2307 | } |
2308 | 2308 | |
2309 | 2309 | .wp-block a:hover { |
diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index 45600e20fc..1e8c3d4cf8 100644
a
|
b
|
pre { |
1582 | 1582 | */ |
1583 | 1583 | a { |
1584 | 1584 | cursor: pointer; |
1585 | | color: var(--wp--style--color--link, var(--global--color-primary)); |
| 1585 | color: var(--wp--style--color--link); |
1586 | 1586 | text-underline-offset: 3px; |
1587 | 1587 | text-decoration-skip-ink: all; |
1588 | 1588 | } |
… |
… |
p.has-background { |
2828 | 2828 | } |
2829 | 2829 | |
2830 | 2830 | p.has-text-color a { |
2831 | | color: var(--wp--style--color--link, var(--global--color-primary)); |
| 2831 | color: var(--wp--style--color--link); |
2832 | 2832 | } |
2833 | 2833 | |
2834 | 2834 | pre.wp-block-preformatted { |