Merge pull request #7340 from cirosantilli/diff-contrast

[UI] Increase diff byte highlight contrast.
This commit is contained in:
Dmitriy Zaporozhets 2014-07-23 19:13:09 +03:00
commit 136ff57211

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;
}
}