del {
    text-decoration: line-through;
    background-color: #ffbbbb;
    color: #555555;
}

ins {
    text-decoration: unset;
    color: #48c78e;
}
