Closed philhoyt closed 1 year ago
WordPress outputs the following
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) { color: currentColor; }
which overwrites the outline text color with currentColor. This aims to solve that.
WordPress outputs the following
which overwrites the outline text color with currentColor. This aims to solve that.