WordPress / create-block-theme

A WordPress plugin to create block themes
https://wordpress.org/plugins/create-block-theme/
GNU General Public License v2.0
310 stars 44 forks source link

a11y: Improve color contrast for help button #672

Closed t-hamano closed 2 weeks ago

t-hamano commented 2 weeks ago

The text color for the help button is $gray-600, which meets accessibility requirements for large text, but not for normal text. For normal text, we should use a color at least darker than $gray-700.

Or, we could just leave it as the normal text color.

Before ($gray-600, #949494) After ($gray-700, #757575)
image image
image image