Color + and - signs in diffs to increase code legibility

This commit is contained in:
dimitrieh 2017-01-25 01:31:41 +01:00
parent d55839120e
commit eee1f8a2ce
2 changed files with 6 additions and 0 deletions

View file

@ -154,6 +154,7 @@
content: '-';
position: absolute;
left: 0.5em;
color: #af979a;
}
}
@ -162,6 +163,7 @@
content: '+';
position: absolute;
left: 0.5em;
color: #9bb0a1;
}
}
}

View file

@ -0,0 +1,4 @@
---
title: Color + and - signs in diffs to increase code legibility
merge_request:
author: