aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-06-28 01:43:04 -0400
committerRapptz <[email protected]>2019-06-28 01:43:04 -0400
commit7543328fe784c5c044f3c814ead271f89ecfb830 (patch)
tree15e0b39df6da6cb4cc58cad9c0ca89e028c23c21 /docs/_static
parentVersion bump to 1.2.3 (diff)
downloaddiscord.py-7543328fe784c5c044f3c814ead271f89ecfb830.tar.xz
discord.py-7543328fe784c5c044f3c814ead271f89ecfb830.zip
Update Sphinx to 2.1.2
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 81166de4..48dbac12 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -291,6 +291,17 @@ dl.field-list > dt {
font-weight: bold;
}
+/* remove flex from field lists */
+dl.field-list {
+ display: block;
+}
+
+/* internal references are forced to bold for some reason */
+a.reference.internal > strong {
+ font-weight: unset;
+ font-family: monospace;
+}
+
div.danger, div.error {
background-color: #ffe4e4;
border: 1px solid #f66;