After some struggle we figured out that the following style sheet might have better results: ``` ins, ins * { background: #bbffbb!important; } del, del * { background: #ffbbbb!important; } ``` Perhaps an update on doc might be useful