Skip to content

Instantly share code, notes, and snippets.

View BlitzKraig's full-sized avatar

Craig C BlitzKraig

View GitHub Profile
.refract-container .deletion pre.source {
background-color: #ffc8c9;
}
.refract-container.word-diff:not(.disable-word-diff) .deletion pre.source del {
background-color: #ff969a;
}
.refract-container .addition pre.source {
background-color: #bfc;
}
.refract-container.word-diff:not(.disable-word-diff) .addition pre.source ins {