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:
commit
8868881f61
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user