Merge pull request #79 from rtfpessoa/improve-removed-changed-line-color

Improve diff removed changed line background color
This commit is contained in:
Rodrigo Fernandes 2016-05-20 23:21:52 +01:00
commit 146d951aca

View file

@ -108,9 +108,9 @@
line-height: 18px;
margin-left: 50px;
/* Override HighlightJS */
color: inherit;
overflow-x: inherit;
background: none;
/*color: inherit;*/
/*overflow-x: inherit;*/
/*background: none;*/
/* ******************** */
}
@ -215,16 +215,8 @@
border-color: #d5e4f2;
}
.d2h-del.d2h-change, .d2h-ins.d2h-change {
background-color: #ffc;
}
ins.d2h-change, del.d2h-change {
background-color: #fad771;
}
.d2h-file-diff .d2h-del.d2h-change {
background-color: #fae1af;
background-color: #fdf2d0;
}
.d2h-file-diff .d2h-ins.d2h-change {