Improve diff removed changed line background color
This commit is contained in:
parent
7ac83c9f34
commit
5cac9fd99f
1 changed files with 4 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue