usnationalarchives / nara-ugfa

NARA User Generated Finding Aids Prototype
1 stars 0 forks source link

Last Edit date fails WCAG contrast rules #195

Closed lfrancis closed 3 years ago

lfrancis commented 3 years ago

https://nara-ugfa.herokuapp.com/guides/13

Elements must have sufficient color contrast

Impact: serious

Issue tags category: color wcag2aa wcag143

Issue description Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Element location .sc-fzocqA Element source <p class="sc-fzocqA iivncY">Last Edit October 11, 2020</p>

To solve this violation, you need to... Fix the following: Element has insufficient color contrast of 4.16 (foreground color: #e1c5b7, background color: #9c3d10, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1

image

danielboggs commented 3 years ago

@lfrancis I have adjusted the contrast of the last edited label to use the same text color as other items in this section/banner.

lfrancis commented 3 years ago

Confirmed addressed