
ins, ins > * {
    text-decoration: none;
    background-color: #E8FFD2;
}

ins::before {
    color: #418000;   /* passes */
    clip-path: initial;
    clip: initial;
    height: initial;
    overflow: initial;
    position: initial;
    white-space: initial;
    width: initial;
}

ins::after {

}


ins::after {

}

del, del > * {
    text-decoration: none;
    background-color: #FFE3CD;
}

del::before {
    color: #D1000E; /* this will pass */
    clip-path: initial;
    clip: initial;
    height: initial;
    overflow: initial;
    position: initial;
    white-space: initial;
    width: initial;
}


del::after {

}


del::after {

}
