Color + and - signs in diffs to increase code legibility
This commit is contained in:
parent
d55839120e
commit
eee1f8a2ce
2 changed files with 6 additions and 0 deletions
|
@ -154,6 +154,7 @@
|
|||
content: '-';
|
||||
position: absolute;
|
||||
left: 0.5em;
|
||||
color: #af979a;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -162,6 +163,7 @@
|
|||
content: '+';
|
||||
position: absolute;
|
||||
left: 0.5em;
|
||||
color: #9bb0a1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Color + and - signs in diffs to increase code legibility
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue