Make the style of external and internal cross-references consistent

This commit is contained in:
jack1142
2021-04-10 04:03:22 -04:00
committed by GitHub
parent 4591705b55
commit 4fee632526
+6 -2
View File
@@ -894,11 +894,15 @@ dl.field-list {
display: block;
}
/* internal references are forced to bold for some reason */
a.reference.internal > strong {
/* cross-references are forced to bold for some reason */
a.reference > strong {
font-weight: unset;
font-family: var(--monospace-font-family);
}
a.reference.pep > strong,
a.reference.rfc > strong {
font-family: inherit;
}
/* exception hierarchy */