design: add success checkbox and remove unecessary list decoration

This commit is contained in:
Julien Calixte
2026-01-21 23:32:01 +01:00
parent e316d8080b
commit 3210b78c28

View File

@@ -227,3 +227,12 @@ iframe {
border-radius: 1rem; border-radius: 1rem;
height: 400px; height: 400px;
} }
/* TODO page */
.todo-notes input[type="checkbox"] {
@apply checkbox checkbox-success;
}
.todo-notes li:has(> input[type="checkbox"]) {
list-style: none;
}