Skip to content

Commit

Permalink
Adjust diff ins/del background colors for improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
user996015 committed Mar 2, 2012
1 parent 80b1089 commit 921dc4c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,17 @@ span.tag {

/* commitdiff template */

code,
pre {
}


.diff .add {
color: green;
background-color: #dfd;
}

.diff .del {
color: red;
background-color: #fdd;
}

.diff .pos {
Expand All @@ -475,6 +480,10 @@ span.tag {
color: #999;
}

.diff .etc .del {
color: #000;
}

/* viewblob template */
.file {
border:1px solid #999;
Expand Down

0 comments on commit 921dc4c

Please sign in to comment.