aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static/style.css')
-rw-r--r--docs/_static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 96d5ab0a..0a0bf875 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -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 */