1
1
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:
Rob Rix 2015-10-13 11:43:17 -04:00
parent 67a19682e8
commit 2a671d5403

View File

@ -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 {