/* Custom CSS */

.content-html li:has(> input[type="checkbox"]) {
  cursor: pointer;
}

.content-html input[type="checkbox"] {
  cursor: pointer;
}

.marmite-checklist-done {
  text-decoration: line-through;
  opacity: 0.55;
}
