body {
  background: orange;
}

li {
  color: red;
}

li.done {
  text-decoration: line-through;
}
