Skip to content

Commit

Permalink
fix: make latex rendering size more simialr to obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Sep 12, 2022
1 parent e6c7a4e commit 2145e92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/styles/syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@
pre.chroma {
-moz-tab-size:4;-o-tab-size:4;tab-size:4;
}

.katex {
font-size: 1.1em !important;
}

0 comments on commit 2145e92

Please sign in to comment.