1
Fork 0

Use dashed style bullets on ToC

This commit is contained in:
Jake Howard 2017-12-22 17:34:39 +00:00
parent 24ce8b936d
commit 21d0881742
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -153,9 +153,22 @@ 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: "-";
}
}
}
}