Merge pull request #7340 from cirosantilli/diff-contrast
[UI] Increase diff byte highlight contrast.
This commit is contained in:
commit
136ff57211
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue