mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-17 22:29:17 +00:00
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:
commit
4f507f35c6
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue