Browse Source
Make the style of external and internal cross-references consistent
pull/6693/head
jack1142
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
2 deletions
-
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 */ |
|
|
|
|
|
|
|