BlackbirdDigital / wp-theme-scaffold

Blackbird's WordPress Theme Scaffold
GNU General Public License v2.0
30 stars 1 forks source link

Fixes button outline color issue #62

Closed philhoyt closed 1 year ago

philhoyt commented 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.