feat: task lists
All checks were successful
Lint / shellcheck (push) Successful in 18s

This commit is contained in:
2026-03-20 08:32:28 +01:00
parent cc7fee573f
commit de8cbefb8e
3 changed files with 31 additions and 2 deletions

View File

@@ -273,4 +273,13 @@ hr {
margin-right: 20px;
padding-top: 30px;
}
}
.task-list-item {
list-style-type: none;
}
.task-list-item-checkbox {
margin: 0 0.2em 0.25em -1.6em;
vertical-align: middle;
}