Skip to content

Commit

Permalink
Fix the colors of introduced texts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdamien committed Jun 19, 2018
1 parent 7483039 commit fdf2be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ a:active {
text-decoration: none;
font-size: 1.2em;
}
.textdiff del {
.textdiff del, .originaltext del {
background-color: #ffe6e6;
text-decoration-color: rgba(0, 0, 0, 0.3);
}
.textdiff ins {
.textdiff ins, .originaltext ins {
background-color: #e6ffe6;
text-decoration-color: rgba(0, 0, 0, 0.3);
}
Expand Down

0 comments on commit fdf2be4

Please sign in to comment.