Add styling for table of contents

This commit is contained in:
ItsDrike 2021-08-25 22:23:55 +02:00
parent b870b3b2d8
commit 2d076e318a
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -65,3 +65,25 @@ footer {
} }
} }
} }
#TableOfContents {
font-size: $font-size-base;
ul {
list-style-type: none;
}
& > ul {
margin-bottom: 0;
padding-left: $spacer;
li {
text-indent: -5px;
&::before {
margin-right: 5px;
content: "-";
}
}
}
}