aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/_themes/pysidedocs/static/pysidedocs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css
index 2dd60621c..307b0ea38 100644
--- a/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -136,6 +136,12 @@ pre * {
font: 100% monospace;
}
+.pre {
+ font: 100% monospace;
+ background-color: #fafafa;
+ color: black;
+}
+
.headerlink {
display: none;
}