summaryrefslogtreecommitdiff
path: root/themes/CodeIT/assets/css/_page
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CodeIT/assets/css/_page')
-rw-r--r--themes/CodeIT/assets/css/_page/_single.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/themes/CodeIT/assets/css/_page/_single.scss b/themes/CodeIT/assets/css/_page/_single.scss
index d425774..737c752 100644
--- a/themes/CodeIT/assets/css/_page/_single.scss
+++ b/themes/CodeIT/assets/css/_page/_single.scss
@@ -116,7 +116,15 @@
> h2 > .header-mark::before {
content: "#";
}
-
+ > h3 > .header-mark::before {
+ content: "##";
+ }
+ > h4 > .header-mark::before {
+ content: "###";
+ }
+ > h5 > .header-mark::before {
+ content: "####";
+ }
p {
margin: 0.5rem 0;
}
@@ -278,6 +286,7 @@
@import "../_partial/_single/mapbox";
@import "../_partial/_single/music";
@import "../_partial/_single/bilibili";
+ @import "../_partial/_single/katex";
hr {
margin: 1rem 0;