Commit 136ff572 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7340 from cirosantilli/diff-contrast

[UI] Increase diff byte highlight contrast.
parents ac9b5bc0 a02ff56b
......@@ -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;
}
}
......
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