summaryrefslogtreecommitdiff
path: root/doc/_static/coverage.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-07-18 10:03:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-07-18 10:51:31 -0400
commit2f659af0c45d49d1f8f64fd55c7918cd68b94c7f (patch)
treef35a78e4d00957e9c6f1f18d672c83bd919d52f8 /doc/_static/coverage.css
parent210ac2047ce42ca94ccd569ef7d8ea2db80d7357 (diff)
downloadpython-coveragepy-git-2f659af0c45d49d1f8f64fd55c7918cd68b94c7f.tar.gz
build: update doc pins, and css for sphinx 4
Diffstat (limited to 'doc/_static/coverage.css')
-rw-r--r--doc/_static/coverage.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/_static/coverage.css b/doc/_static/coverage.css
index 482936ab..1e2bdbff 100644
--- a/doc/_static/coverage.css
+++ b/doc/_static/coverage.css
@@ -38,6 +38,20 @@ img.tideliftlogo {
margin-bottom: 1em;
}
+.sig {
+ font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+}
+
+.sig-name, .sig-prename {
+ font-size: 1.1em;
+ font-weight: bold;
+ color: black;
+}
+
+.rst-content dl dt.sig {
+ font-weight: inherit;
+}
+
/* .. parsed-literal:: isn't styled like other <pre> blocks!? */
.rst-content pre.literal-block {