LIT-EIA / adapt-esdc-college-theme

MeD's official Adapt theme
GNU General Public License v3.0
2 stars 0 forks source link

Component - Narrative - Text elements must have sufficient color contrast against the background #41

Closed ftourangeau closed 2 years ago

ftourangeau commented 2 years ago

A11Y Issue

color_contrast_1

The links color (#0000ff) and the background color (#0f2a4a) used in the narrative component only have a contrast ratio of 1.685 We recommend using a lighter color for the links in the narrative component only, for example: #9FD9FF

Possible solution: Add the following CSS class to adapt.css/theme to change the link color for the narrative module only body .component .narrative-content a:link { color: #9FD9FF !important; }