mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Change up the outline colours.
This commit is contained in:
parent
67a19682e8
commit
2a671d5403
@ -4,11 +4,11 @@
|
||||
<title>semantic-diff</title>
|
||||
<style type="text/css">
|
||||
.insert {
|
||||
outline: 1px solid green;
|
||||
outline: 1px solid #c1e9c1;
|
||||
margin-left: 50%;
|
||||
}
|
||||
.delete {
|
||||
outline: 1px solid red;
|
||||
outline: 1px solid #f1c0c0;
|
||||
margin-right: 50%;
|
||||
}
|
||||
.replace {
|
||||
|
Loading…
Reference in New Issue
Block a user