1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

docs(a11y): fix contrast issues with dark theme link color.

New contrast is 7.99 (AAA).
This commit is contained in:
Thomas Heartman 2022-02-04 10:44:40 +01:00
parent 4754d203e4
commit f7301ef937

View File

@ -33,6 +33,10 @@ footer {
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
}
html[data-theme='dark'] {
--ifm-link-color: #aaa5ff;
}
[class^='docTitle'] {
font-size: 2.5rem !important;
}