Allow checking off tasks from rendered pages

This commit is contained in:
2026-05-04 11:37:38 +02:00
parent 80f6abcbaa
commit 4c55bd050f
6 changed files with 148 additions and 1 deletions
+6
View File
@@ -439,6 +439,12 @@ textarea {
font-size: 0.85rem;
}
/* === Task lists === */
.content li:has(> input.task-checkbox:checked) {
color: var(--text-muted);
text-decoration: line-through;
}
/* === Photo grid === */
.photo-grid {
display: grid;