Allow checking off tasks from rendered pages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user