Browse Source

dasboard_history: minor style fix change

Torkel Ödegaard 8 years ago
parent
commit
64d620c987
1 changed files with 4 additions and 1 deletions
  1. 4 1
      public/sass/pages/_history.scss

+ 4 - 1
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; }