fix: make latex rendering size more simialr to obsidian
This commit is contained in:
parent
e6c7a4e1e2
commit
2145e92b00
1 changed files with 4 additions and 0 deletions
|
@ -60,3 +60,7 @@
|
||||||
pre.chroma {
|
pre.chroma {
|
||||||
-moz-tab-size:4;-o-tab-size:4;tab-size:4;
|
-moz-tab-size:4;-o-tab-size:4;tab-size:4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.katex {
|
||||||
|
font-size: 1.1em !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue