From cdb4a4e19b096cdbf1356e28287238122fc3599c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:21:11 +0200 Subject: Adding upstream version 0.6.0+dfsg1. Signed-off-by: Daniel Baumann --- docs/_static/custom.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/_static/custom.css (limited to 'docs/_static/custom.css') diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 0000000..a3dd063 --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,29 @@ +/*** GENERAL ***/ + +/* Make inline code blocks nicer to look at */ +code.literal { + border-radius: 0.3em; + padding: 0em 0.3em; +} + +div.highlight pre { + border-radius: 0.2em; + padding: 0.75em; + margin: 0 -0.5em; +} + +/*** API REFERENCE ***/ + +/* Space things out properly */ +dl > dd:last-child { + margin-bottom: 10px; +} + +/* Add a tiny dash of color to names of things */ +dt > .property { + color: #a02000; +} +.sig-name, +.sig-prename { + color: #0066bb; +} -- cgit v1.2.3