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

fix(docs/a11y): fix lack of contrast in on hovered links in footer #1276

Merged
merged 1 commit into from Jan 18, 2022

Commits on Jan 18, 2022

  1. fix(docs/a11y): fix lack of contrast in on hovered links in footer

    This commit changes the hover color of links in the footer to keep it
    accessible.
    
    The color will be the exact same as the un-hovered version. This is in
    line with the other links in the documentation. The links _do_ get
    underlined when hovered, so there is still a visual distinction
    between the states.
    
    I've added the variable in the `footer` section instead of in `:root`
    because the variable I assign it to (`--ifm-footer-link-color`) gets
    overridden closer to the footer, so if you set it in `:root`, you end
    up with the wrong value.
    
    addresses and closes https://github.com/Unleash/unleash.github.io/issues/8
    thomasheartman committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4899eff View commit details
    Browse the repository at this point in the history