diff --git a/docs/html/_static/stylesheet.css b/docs/html/_static/stylesheet.css
index f94bdf54b..828faa62c 100644
--- a/docs/html/_static/stylesheet.css
+++ b/docs/html/_static/stylesheet.css
@@ -7,6 +7,11 @@ by Jason Costello, @jsncostello
@import url("../../../stylesheets/stylesheet.css");
@import url(pygment_trac.css);
+div.body h1 {
+ font-size: 36px;
+ margin-top: 1em;
+}
+
div.body,
div.document {
background-color: transparent;
@@ -28,4 +33,11 @@ h1#project_title a {
h1 a {
color: #0069ba;
-}
\ No newline at end of file
+}
+
+tt.literal {
+ color: #222;
+ background-color: #fff;
+ font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
+ font-size: 14px;
+}
diff --git a/docs/html/static/stylesheet.css b/docs/html/static/stylesheet.css
index 9793d6649..10d6142a9 100644
--- a/docs/html/static/stylesheet.css
+++ b/docs/html/static/stylesheet.css
@@ -7,6 +7,11 @@ by Jason Costello, @jsncostello
@import url("../../../stylesheets/stylesheet.css");
@import url(pygment_trac.css);
+div.body h1 {
+ font-size: 36px;
+ margin-top: 1em;
+}
+
div.body,
div.document {
background-color: transparent;
@@ -34,7 +39,6 @@ ul {
margin-bottom: 0;
}
-
tt.literal {
color: #222;
background-color: #fff;