mirror of
https://github.com/gchq/CyberChef
synced 2026-01-18 16:33:25 +00:00
change Diff to output <ins>, <del>
This commit is contained in:
@@ -36,4 +36,5 @@
|
||||
@import "./layout/_structure.css";
|
||||
|
||||
/* Operations */
|
||||
@import "./operations/diff.css";
|
||||
@import "./operations/json.css";
|
||||
|
||||
8
src/web/stylesheets/operations/diff.css
Normal file
8
src/web/stylesheets/operations/diff.css
Normal file
@@ -0,0 +1,8 @@
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user