mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
9 lines
194 B
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);
|
|
}
|