Skip to content

fix: a11y issues#590

Draft
wesleyboar wants to merge 18 commits intomainfrom
fix/a11y-issues
Draft

fix: a11y issues#590
wesleyboar wants to merge 18 commits intomainfrom
fix/a11y-issues

Conversation

@wesleyboar
Copy link
Member

@wesleyboar wesleyboar commented Feb 23, 2026

Overview

Fix misc accessibility issues.

Related

Changes

  1. lighten accent color 39999f4, 5547d1a
  2. darken body text 1756a14
  3. darken modal close button (by not setting color) 1756a14
  4. darken monospace text color (by changing variable) 1756a14
  5. darken table text color (by not setting color) 1756a14
  6. darken section text color (by changing variable) 1756a14
    • remove --color--text-strong cuz it now matches --color--text
  7. darker form page footer links (by inheriting color) 1756a14
  8. darken normal text MORE via token/var 6e181d6, f39edcf
  9. change footer links to blue 2900384, f39edcf
    • renames …accent--light-old to …accent--light-alt
    • adds new var …accent--dark-alt
  10. explain "Update" pill (and remove extra span) a58244c
  11. data-prefix="Published:" requires aria-label="…" afec01e
  12. add :active state for header nav links a80f89d
  13. darken footer background & lighten footer text f39edcf

Testing & UI

  1. add :active state for header nav links a80f89d

    active.state.for.log.in.link.mov
    active.state.for.portal.nav.link.mov
    active.state.for.cms.nav.link.mov

@wesleyboar wesleyboar marked this pull request as draft February 23, 2026 20:09
Make body text darker.

(Previous commit made link color lighter.)
- darker modal close button (by not setting color)
- darker monospace text color (by changing variable)
- darker table text color (by not setting color)
- darker section text color (by changing variable)
    - remove `--color--text-strong` cuz it now matches `--color--text`
- darker form page footer links (by inheriting color)
All the darkest text becomes pure black, by changing design token.

This changes variable `primary--xx-dark` from `#222` to `#000`.
Footer links become blue Background stays #222.

- delete var: …accent--light-old → …accent--light-alt
- add new var: …accent--dark-alt
- Added hover styles for navigation links in s-header and s-portal-nav.
- Removed redundant hover styles from s-cms-nav.
- **deletes** …accent--xx-dark-alt
- **changes** …accent--light-alt
- **demos** …accent--light-alt
- **deprecates** …primary--xxx-dark
- **changes** s-footer uses header-bkgd-color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant