examples/todomvc_simple/todo.css

Summary

Maintainability
Test Coverage
.todo-item-checked {
    color: #888;
    text-decoration: line-through;
}