Skip to content

Commit

Permalink
docs(a11y): fix contrast issues with dark theme link color.
Browse files Browse the repository at this point in the history
New contrast is 7.99 (AAA).
  • Loading branch information
thomasheartman committed Feb 9, 2022
1 parent 4754d20 commit f7301ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f7301ef

Please sign in to comment.