Use TOC code from template

This commit is contained in:
Florine W. Dekker 2022-09-19 16:19:58 +02:00
parent 5985bfae76
commit 30f8aa7538
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.4.0",
"version": "1.4.1",
"description": "Florine's personal blog.",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",

View File

@ -2,21 +2,16 @@
max-width: 75rem;
}
p {
text-align: justify !important;
text-justify: inter-word !important;
}
ol {
#innerBody ol {
list-style: decimal outside !important;
}
#toc {
position: fixed;
}
#toc ol {
list-style-type: none !important;
}