aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
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;