Skip to content

Commit

Permalink
Merge pull request #79 from rtfpessoa/improve-removed-changed-line-color
Browse files Browse the repository at this point in the history
Improve diff removed changed line background color
  • Loading branch information
rtfpessoa committed May 20, 2016
2 parents 7ac83c9 + 5cac9fd commit 146d951
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/ui/css/diff2html.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;*/
/* ******************** */
}

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 146d951

Please sign in to comment.