1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Merge pull request #1276 from Unleash/a11y/fix-contrast-on-hover-links-in-footer

fix(docs/a11y): fix lack of contrast in on hovered links in footer
This commit is contained in:
Thomas Heartman 2022-01-18 12:40:44 +01:00 committed by GitHub
commit 8868881f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}