Remove bullets from checklists #85

Merged
inex merged 3 commits from nevfy/selfprivacy.org:remove-bullets-from-checklists into master 2024-01-29 17:50:43 +02:00
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,11 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
color: $blue !important;
}
.td-toc ul {
li:has(input[type="checkbox"]) {
list-style-type: none;
}
.td-toc ul {
margin-top: 1rem;
}