Opened 3 years ago
Last modified 3 years ago
#6085 new defect (bug)
insufficient contrast of the link in the menu
Reported by: | Otshelnik-Fm | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.org Site | Keywords: | |
Cc: |
Description
Insufficient contrast of the link in the menu (not WCAG 2.0 Level AA) http://joxi.ru/KAxR7GbHvy709m
Change to 0.9
color: rgba(255, 255, 255, .9);
Result: http://joxi.ru/BA0eW31iv5eR5r
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Thanks for the ticket!
Just noting that while these particular styles come from
wporg-gp-customizations/templates/style.css
, thecolor: rgba(255, 255, 255, 0.8)
property is also defined globally on a few other sites:style/trac/wp-trac.css
wp-content/plugins/wporg-gp-customizations/templates/style.css
wp-content/themes/pub/wporg-breathe/style.css
wp-content/themes/pub/wporg-developer/stylesheets/main.css
wp-content/themes/pub/wporg-support/style.css
So the fix should also be made globally.