ソースを参照

更新使用文档

drake 3 年 前
コミット
6f3ab9a55e
1 ファイル変更5 行追加0 行削除
  1. 5 0
      docs/css/extra.css

+ 5 - 0
docs/css/extra.css

@@ -117,6 +117,11 @@ table tr:nth-child(2n), thead {
     border: 1px solid #dfe2e5;
 }
 
+/*隐藏搜索框, 因为不支持中文搜索*/
+.md-search__form {
+    visibility: hidden;
+}
+
 /*引用*/
 .md-typeset blockquote {
     color: inherit;