summaryrefslogtreecommitdiff
path: root/sphinx/themes/pyramid/static/pyramid.css_t
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/themes/pyramid/static/pyramid.css_t')
-rw-r--r--sphinx/themes/pyramid/static/pyramid.css_t9
1 files changed, 7 insertions, 2 deletions
diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css_t
index 168e52db..f60f82d2 100644
--- a/sphinx/themes/pyramid/static/pyramid.css_t
+++ b/sphinx/themes/pyramid/static/pyramid.css_t
@@ -295,7 +295,7 @@ pre {
border-left-style: none;
}
-tt {
+code {
background-color: transparent;
color: #222;
font-size: 1.1em;
@@ -336,7 +336,12 @@ a:hover em.std-term {
font-style: normal;
}
-tt.xref {
+code.xref {
font-weight: normal;
font-style: normal;
}
+
+div.code-block-caption {
+ background-color: #ddd;
+ color: #222;
+}