doc(CSS): Make clickable references look clickable (#992)

This commit is contained in:
Kurt Griffiths
2017-01-26 20:21:33 -07:00
committed by John Vrbanac
parent 2552d31247
commit 8be7ff7057

View File

@@ -25,6 +25,15 @@ code.xref.docutils.literal {
font-size: 0.9em;
}
a.reference.internal:hover code {
color: #6D4100;
border-bottom: 1px solid #6D4100;
}
a code.literal {
color: #004B6B;
}
.field-body cite {
font-style: normal;
font-weight: bold;