Compare commits

..

3 commits

Author SHA1 Message Date
4e83792262
Add: toc shortcode 2023-05-24 22:30:26 +02:00
d007997374
Add: sorted list styling 2023-05-24 22:30:25 +02:00
38d1a216c1
Update: NerdFont from 2.0.0 to 3.0.1 2023-05-24 22:30:25 +02:00
3 changed files with 12 additions and 3 deletions

View file

@ -196,6 +196,11 @@ table, td, th {
padding: 6px;
}
ol li::marker {
font-size: 18px;
font-weight: 700;
}
.hidden {
display: none;
}

View file

@ -0,0 +1,4 @@
<div>
<h2>Table Of Contents</h2>
{{ .Page.TableOfContents }}
</div>

File diff suppressed because one or more lines are too long