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:
parent
2a671d5403
commit
4ed33b485a
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user