docs: Make links blue and underlined (#2264)

* docs: Make links blue and underlined

* docs: No blue or underlined links inside nav
This commit is contained in:
190n
2022-03-24 00:37:10 -07:00
committed by GitHub
parent 2bef3b9600
commit b01bd74763
+8
View File
@@ -4,3 +4,11 @@
--md-primary-fg-color--dark: #000000;
--md-footer-bg-color--dark: #000000;
}
.md-content {
--md-typeset-a-color: var(--md-accent-fg-color);
}
.md-content a {
text-decoration: underline;
}