ソースを参照

CSS for Katex (thank you antoniogarro)

zwbetz 6 年 前
コミット
3b8b373eec
1 ファイル変更6 行追加0 行削除
  1. 6 0
      assets/css/template-styles.css

+ 6 - 0
assets/css/template-styles.css

@@ -78,6 +78,12 @@ a {
   outline-offset: 2px;
 }
 
+/* Katex math typesetting */
+.katex * {
+    margin-top: 0;
+    background-color: transparent;
+}
+
 /* Fix for IE :( */
 [tabindex="-1"]:focus,
 div:not([tabindex]):focus {