summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-05-25 02:05:05 -0400
committerJordan Wiens <jordan@psifertex.com>2022-05-25 02:05:05 -0400
commite169bb771f0735438dc7cedaea2a0cc0785f2a51 (patch)
treed2322efe1eb610574507a8e10243088d49110cda /docs/docs.css
parent78c2f90452625a710c6dbdb9d86a007155d26f3f (diff)
fix css of unvisited links
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 0aba1aab..b0175b2e 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -26,6 +26,7 @@ code,
}
a,
+.rst-content div a code,
a code {
color: #d73726;
}