1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Background colours for insertions/deletions.

This commit is contained in:
Rob Rix 2015-10-13 11:43:25 -04:00
parent 2a671d5403
commit 4ed33b485a

View File

@ -4,10 +4,12 @@
<title>semantic-diff</title>
<style type="text/css">
.insert {
background-color: #eaffea;
outline: 1px solid #c1e9c1;
margin-left: 50%;
}
.delete {
background-color: #ffecec;
outline: 1px solid #f1c0c0;
margin-right: 50%;
}