ul{
    list-style-type: circle;
}
ul li.done {
    list-style-type: disc;
}
ol li {
    color: crimson;
}