Fix color contrast and visual consistency #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
CSS files have conflicting styles,
!importantoverrides, and color contrast issues that violate WCAG AA standards.Affected Files
landing/src/style.csslanding/src/visual-fixes.csslanding/src/desktop-fix.cssIssues Found
!importantconflictsvisual-fixes.cssstyle.cssproperties with!importanthacks.text-mutedvalues#9999b8in one place,#b0b0d0in anotherglass-cardbackdrop-filterstyle.css!importantdesktop-fix.css!importanton Bootstrap classesAcceptance Criteria
visual-fixes.cssmerged intostyle.css— no separate overrides file!importantdeclarations remaining in any landing CSS file.text-mutedhas exactly one color value defined in CSS variablesglass-cardhas fallback background for browsers withoutbackdrop-filtersupportLabels
type::bug, priority::high, status::new, workflow::landing