瀏覽代碼

Make h4 headings more distinguishable from h3 headings.

Jason Grout 4 年之前
父節點
當前提交
e38537740d
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
 }