Parcourir la source

Make h4 headings more distinguishable from h3 headings.

Jason Grout il y a 4 ans
Parent
commit
e38537740d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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;
 }