CyberChef/src/web/stylesheets/operations/diff.css

9 lines
194 B
CSS

del {
background-color: var(--hl3);
}
ins {
text-decoration: underline; /* shouldn't be needed, but Chromium doesn't copy to clipboard without it */
background-color: var(--hl5);
}