Suppress bullets inside table of contents

This commit is contained in:
Will 2020-10-06 14:03:37 -07:00
parent a085fabd42
commit deef4f5e7c
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8

View file

@ -290,3 +290,6 @@ div.admonition-example {
border: 1px solid #ccc;
}
div#table-of-contents ul {
list-style-type: none;
}