Christoph Cullmann 2021-08-29 11:48:16 +02:00
parent f237551193
commit 0321812a29
57 changed files with 25676 additions and 4089 deletions

View file

@ -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;