fix: remove bullets from checklists

This commit is contained in:
nevfy 2024-01-29 01:30:18 +04:00
parent 14d7717a1f
commit 57d3df5a48
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@
}
}
li:has(input[type="checkbox"]) {
list-style-type: none;
}
@media (min-width: 768px) {
.td-sidebar {