We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ISSUE: Removing the underline from links makes it hard for color-blind users to see them.
Explanation: Remove the text-decoration:none property from your link styles, or add other non-color style attributes to visually distinguish links.
Guideline Section 508 1194.22 (c) WCAG 2.0 A F73
Page: https://draftmmt.earthdata.nasa.gov/assets/application-07d7b477f975c5786d51bf30c258d9bbb3700cda86333e12317660fcf9a904c8.css (line 133)
Page: https://mmt.sit.earthdata.nasa.gov/assets/application-0e0a2679712117e9ce67269a0fb1614972503f1884d28633faae39a2e20a59e2.css Line: 133
Acceptance Criteria: text-decoration:none property is removed from link styles
Noer: This might be an EUI issue--underlines should be fine to add to body/paragraph text, but there isn't a need to add them to navigation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISSUE:
Removing the underline from links makes it hard for color-blind users to see them.
Explanation:
Remove the text-decoration:none property from your link styles, or add other non-color style attributes to visually distinguish links.
Guideline
Section 508 1194.22 (c)
WCAG 2.0 A F73
Page: https://draftmmt.earthdata.nasa.gov/assets/application-07d7b477f975c5786d51bf30c258d9bbb3700cda86333e12317660fcf9a904c8.css (line 133)
Page: https://mmt.sit.earthdata.nasa.gov/assets/application-0e0a2679712117e9ce67269a0fb1614972503f1884d28633faae39a2e20a59e2.css
Line: 133
Acceptance Criteria: text-decoration:none property is removed from link styles
Noer: This might be an EUI issue--underlines should be fine to add to body/paragraph text, but there isn't a need to add them to navigation.
The text was updated successfully, but these errors were encountered: