Distinguish links from regular text

Summary: Changes the link color to something that isn't very similar to the rest of the text.

Reviewed By: nikoant

Differential Revision: D21328856

fbshipit-source-id: 9467e368411caeb58e00642b48ef4413d285850e
This commit is contained in:
John Knox
2020-04-30 10:23:12 -07:00
committed by Facebook GitHub Bot
parent a47cd12c84
commit a0cd37b5ef

View File

@@ -9,6 +9,7 @@
:root {
--ifm-color-primary: #121020;
--ifm-link-color: #3578e5;
--ifm-navbar-background-color: var(--ifm-color-primary);
--ifm-navbar-link-color: #ebedf0;
--ifm-navbar-shadow: none;