Skip to content
New issue

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

Accessibility color contrast fixes #864

Merged

Commits on Jun 28, 2023

  1. Fix incorrectly formatted link in docs

    Signed-off-by: Francis Storr <francis.storr@intel.com>
    fstrr committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    877705f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    8b292ec View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Font styling, color contrast, other accessibility updates

    This update:
    1. Restores Roboto and Lato fonts for most body copy, leaving Intel One Mono for code samples.
    2. Adds colors (in `colors.css`)
    3. Adds a new `accessibility_overrides.css` file containing CSS that improves the accessibility of the documentation and, where possible, Read The Docs. These updates remediate numerous non-conforming WCAG 2.x Level AA bugs. The use of a separate file for this hopefully makes these changes easier to manage and less likely to be accessibility overwritten in the future.
    
    Closes securefederatedai#848
    
    Signed-off-by: Francis Storr <francis.storr@intel.com>
    fstrr committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9c681a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b2be4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    d6cf363 View commit details
    Browse the repository at this point in the history
  2. Color contrast updates for accessibility

    Color contrast updates for accessibility
    - update generic `a` element
    - update color of links in the toggle-able read-the-docs panel
    - update the color of the text in search results
    - update the color of notes headers
    
    Signed-off-by: Francis Storr <francis.storr@intel.com>
    fstrr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    536f884 View commit details
    Browse the repository at this point in the history