Merge pull request 'Remove bullets from checklists' (#85) from nevfy/selfprivacy.org:remove-bullets-from-checklists into master

Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/85
This commit is contained in:
Inex Code 2024-01-29 17:50:42 +02:00
commit 4f507f35c6
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;
}