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:
parent
4754d203e4
commit
f7301ef937
@ -33,6 +33,10 @@ footer {
|
|||||||
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
|
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[data-theme='dark'] {
|
||||||
|
--ifm-link-color: #aaa5ff;
|
||||||
|
}
|
||||||
|
|
||||||
[class^='docTitle'] {
|
[class^='docTitle'] {
|
||||||
font-size: 2.5rem !important;
|
font-size: 2.5rem !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user