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