-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Changing link colors to be higher contrast #4126
Copy link
Copy link
Open
Labels
Area:AccessibilityCategory for accessibility related features and bugsCategory for accessibility related features and bugsArea:CSSFor styling or layout issues handled with CSS/SASSFor styling or layout issues handled with CSS/SASSEnhancementImprovement to an existing featureImprovement to an existing featureGood Medium IssueA moderately complex issue for contributors with some experienceA moderately complex issue for contributors with some experienceReady for WorkIssue is ready for development workIssue is ready for development work
Metadata
Metadata
Assignees
Labels
Area:AccessibilityCategory for accessibility related features and bugsCategory for accessibility related features and bugsArea:CSSFor styling or layout issues handled with CSS/SASSFor styling or layout issues handled with CSS/SASSEnhancementImprovement to an existing featureImprovement to an existing featureGood Medium IssueA moderately complex issue for contributors with some experienceA moderately complex issue for contributors with some experienceReady for WorkIssue is ready for development workIssue is ready for development work
Type
Fields
Give feedbackNo fields configured for issues without a type.
Increasing Access
This issue addresses link color accessibility, specifically changing the link color so it meets W3CAG guidelines on color contrast requirements for small text.
Feature enhancement details
see #4031 for discussion and context.
General:
In
client/styles/abstracts/_variables.scss#ffa9d9(currentlyp5-contrast-pink) top5-contrast-light-pinkp5-contrast-dark-pinkfor the color#b20046p5-contrast-pinkto usep5-contrast-light-pinkinsteadDark mode: change all links to
p5-contrast-light-pink(#ffa9d9)Light mode: change all links to
p5-contrast-dark-pink(#b20046)The links could be changed one by one or by creating a link-text-color variable in each theme and making the links reference their theme's color.
PR Criteria:
p5-contrast-light-pink, not the hex code#ffa9d9)