Browse Source

Make h4 headings more distinguishable from h3 headings.

Jason Grout 4 years ago
parent
commit
e38537740d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/source/_static/custom.css

+ 4 - 0
docs/source/_static/custom.css

@@ -1,3 +1,7 @@
+h4 {
+  font-size: 100%;
+}
+
 .wy-nav-side p.caption {
   color: #f5f5f5;
 }