From 2145e92b004909070bd4a20d0f9fd1c0ddc70756 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Mon, 12 Sep 2022 11:08:07 -0700 Subject: [PATCH] fix: make latex rendering size more simialr to obsidian --- assets/styles/syntax.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/styles/syntax.scss b/assets/styles/syntax.scss index 62a9fe9..6267f5c 100644 --- a/assets/styles/syntax.scss +++ b/assets/styles/syntax.scss @@ -60,3 +60,7 @@ pre.chroma { -moz-tab-size:4;-o-tab-size:4;tab-size:4; } + +.katex { + font-size: 1.1em !important; +}