Improve diff removed changed line background color

This commit is contained in:
Rodrigo Fernandes 2016-05-19 18:11:54 +01:00
parent 7ac83c9f34
commit 5cac9fd99f
No known key found for this signature in database
GPG key ID: 08E3C5F38969078E

View file

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