瀏覽代碼

change target elm

akira-s 6 年之前
父節點
當前提交
70f4fbe027
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/styles/scss/_wiki.scss

+ 1 - 1
src/client/styles/scss/_wiki.scss

@@ -13,7 +13,7 @@ div.body {
   font-size: 15px;
 
   // override line-height except hljs and child of it.
-  :not(.hljs*) {
+  :not(pre*) {
     line-height: 1.8em;
   }