pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
557 stars 300 forks source link

Fix GUI label contrast #1790

Closed gabalafou closed 2 months ago

gabalafou commented 2 months ago

One of many fixes for the failing accessibility tests (see #1428). The color contrast between the text and background colors in the GUI label in light mode were not meeting WCAG. This PR simply allows the label to inherit the text color of its container.

Screenshots

Before After
gui-label-light-before gui-label-light-after
gui-label-dark-before gui-label-dark-after