From dff5ae0d4debfdb2de226984e86a987d99d039ad Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 14 Jul 2022 20:09:21 +0000
Subject: [PATCH] style: improve header anchor styling

---
 assets/styles/syntax.scss |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/assets/styles/syntax.scss b/assets/styles/syntax.scss
index fbea72a..62a9fe9 100644
--- a/assets/styles/syntax.scss
+++ b/assets/styles/syntax.scss
@@ -45,7 +45,7 @@
 }
 
 .chroma code {
-  font-family: 'Fira Code' !important;
+  font-family: var(--font-mono) !important;
   font-size: 0.85em !important;
   line-height: 2em !important;
   background: none !important;
@@ -56,3 +56,7 @@
   border-radius: 3px !important;
   margin: 0 !important;
 }
+
+pre.chroma {
+  -moz-tab-size:4;-o-tab-size:4;tab-size:4;
+}

--
Gitblit v1.10.0