Merge pull request #79 from rtfpessoa/improve-removed-changed-line-color
Improve diff removed changed line background color
This commit is contained in:
commit
146d951aca
1 changed files with 4 additions and 12 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue