-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect color of header and footer navigation links #213
Comments
I'm seeing it after a hard refresh. I'm guessing this is another case where something in the latest Gutenberg plugin changed, and either:
That's been an ongoing problem since we launched the header/footer. It looks like the problem is that A good quick fix might be just adding something like this to .wp-block-group.global-header .global-header__navigation .wp-block-navigation__container .wp-block-navigation-item a {
color: var(--wp--preset--color--white);
} Once production looks good, we can dig deeper into the problem and look into a more "correct" fix. |
Yep I've discovered Gutenberg 13.6.0 removed
I'll make the quick fix, thanks |
Reopened as this affects the footer links as well |
The navigation links in the header for wordpress.org and make.wordpress.org should be white and instead are displaying as #21759b. This is resulting in a very poor accessibility color contrast rating.
Color contrast score: https://coolors.co/contrast-checker/0072a9-23282d
The text was updated successfully, but these errors were encountered: