Commit eee1f8a2 authored by dimitrieh's avatar dimitrieh

Color + and - signs in diffs to increase code legibility

parent d5583912
...@@ -154,6 +154,7 @@ ...@@ -154,6 +154,7 @@
content: '-'; content: '-';
position: absolute; position: absolute;
left: 0.5em; left: 0.5em;
color: #af979a;
} }
} }
...@@ -162,6 +163,7 @@ ...@@ -162,6 +163,7 @@
content: '+'; content: '+';
position: absolute; position: absolute;
left: 0.5em; left: 0.5em;
color: #9bb0a1;
} }
} }
} }
......
---
title: Color + and - signs in diffs to increase code legibility
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment