Increase diff byte highlight contrast.

This commit is contained in:
Ciro Santilli
2014-07-21 12:25:26 +02:00
parent 6a10e2e52a
commit a02ff56b4d
+2 -2
View File
@@ -40,12 +40,12 @@
font-size: 12px;
.old {
span.idiff {
background-color: #FAA;
background-color: #F99;
}
}
.new {
span.idiff {
background-color: #AFA;
background-color: #8F8;
}
}