tr[data-type="-"] {
    background-color: #fbe1e1;
}

tr[data-type="+"] {
    background-color: #e1fbe1;
}

del {
    background-color: #ee8888;
}

ins {
    background-color: #88ee88;
}
