diff --git a/public/sass/pages/_history.scss b/public/sass/pages/_history.scss index 3637907fb1a..707a3a40545 100644 --- a/public/sass/pages/_history.scss +++ b/public/sass/pages/_history.scss @@ -55,7 +55,10 @@ right: 10px; } -.diff-json-new, .diff-json-old { +.diff-json-new, +.diff-json-old, +.diff-json-deleted, +.diff-json-added, { color: $diff-json-changed-fg; & .diff-line-number { color: $diff-json-changed-num; }