fix: make latex rendering size more simialr to obsidian

This commit is contained in:
Jacky Zhao 2022-09-12 11:08:07 -07:00
parent e6c7a4e1e2
commit 2145e92b00
1 changed files with 4 additions and 0 deletions

View File

@ -60,3 +60,7 @@
pre.chroma {
-moz-tab-size:4;-o-tab-size:4;tab-size:4;
}
.katex {
font-size: 1.1em !important;
}