summaryrefslogtreecommitdiff
path: root/sphinx/themes/pyramid/static/epub.css
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/themes/pyramid/static/epub.css')
-rw-r--r--sphinx/themes/pyramid/static/epub.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/themes/pyramid/static/epub.css b/sphinx/themes/pyramid/static/epub.css
index 7465a421..60383755 100644
--- a/sphinx/themes/pyramid/static/epub.css
+++ b/sphinx/themes/pyramid/static/epub.css
@@ -281,7 +281,7 @@ pre {
border-right: none;
}
-tt {
+code {
background-color: #ecf0f3;
padding: 0 1px 0 1px;
font-size: 0.95em;
@@ -291,11 +291,11 @@ th {
background-color: #ede;
}
-.warning tt {
+.warning code {
background: #efc2c2;
}
-.note tt {
+.note code {
background: #d6d6d6;
}