mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Make the style of external and internal cross-references consistent
This commit is contained in:
parent
4591705b55
commit
4fee632526
8
docs/_static/style.css
vendored
8
docs/_static/style.css
vendored
@ -894,11 +894,15 @@ dl.field-list {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* internal references are forced to bold for some reason */
|
/* cross-references are forced to bold for some reason */
|
||||||
a.reference.internal > strong {
|
a.reference > strong {
|
||||||
font-weight: unset;
|
font-weight: unset;
|
||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
}
|
}
|
||||||
|
a.reference.pep > strong,
|
||||||
|
a.reference.rfc > strong {
|
||||||
|
font-family: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
/* exception hierarchy */
|
/* exception hierarchy */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user