Skip to content

Commit

Permalink
Merge pull request #1276 from Unleash/a11y/fix-contrast-on-hover-link…
Browse files Browse the repository at this point in the history
…s-in-footer

fix(docs/a11y): fix lack of contrast in on hovered links in footer
  • Loading branch information
thomasheartman committed Jan 18, 2022
2 parents e30ff2b + 4899eff commit 8868881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/css/custom.css
Expand Up @@ -20,6 +20,10 @@
--navbar-link-color: #122d33;
}

footer {
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
}

[class^='docTitle'] {
font-size: 2.5rem !important;
}
Expand Down

0 comments on commit 8868881

Please sign in to comment.