diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
index 4808e261c9..9efab62e55 100644
|
|
|
input[type=reset]:not(:hover):not(:active):not(.has-text-color), |
| 1683 | 1683 | .has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color), |
| 1684 | 1684 | .has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), |
| 1685 | 1685 | .has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) { |
| 1686 | | color: var(--local--color-background, var(--global--color-primary)); |
| | 1686 | color: var(--local--color-background, var(--global--color-background)); |
| 1687 | 1687 | } |
| 1688 | 1688 | |
| 1689 | 1689 | .has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background, |
| … |
… |
input[type=reset]:not(:hover):not(:active):not(.has-text-color), |
| 1693 | 1693 | .has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background, |
| 1694 | 1694 | .has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background, |
| 1695 | 1695 | .has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background { |
| 1696 | | color: var(--global--color-primary); |
| | 1696 | color: var(--local--color-background, var(--global--color-primary)); |
| 1697 | 1697 | } |
| 1698 | 1698 | |
| 1699 | 1699 | .site .button:not(:hover):not(:active):not(.has-background), |
| … |
… |
input[type=reset]:active, |
| 1731 | 1731 | .wp-block-file a.wp-block-file__button:hover, |
| 1732 | 1732 | .wp-block-file a.wp-block-file__button:active { |
| 1733 | 1733 | background-color: transparent; |
| 1734 | | border-color: currentColor; |
| 1735 | | color: inherit; |
| | 1734 | background-color: var(--local--color-primary, var(--global--color-primary)); |
| | 1735 | color: var(--local--color-background, var(--global--color-background)); |
| 1736 | 1736 | } |
| 1737 | 1737 | |
| 1738 | 1738 | .site .button:focus, |