From 666ffebe90c04dc7fe064a98232538826af70738 Mon Sep 17 00:00:00 2001
From: Pavol Komlos <62595149+plundration@users.noreply.github.com>
Date: Wed, 12 Oct 2022 15:21:28 +0000
Subject: [PATCH] Decode the heading id from split link (#214)
---
assets/styles/syntax.scss | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
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;
+}
--
Gitblit v1.10.0