Skip to content

Instantly share code, notes, and snippets.

@pkaminski
Last active August 29, 2015 14:14
Show Gist options
  • Save pkaminski/c54ca746b34634488ed9 to your computer and use it in GitHub Desktop.
Save pkaminski/c54ca746b34634488ed9 to your computer and use it in GitHub Desktop.
Highlight edited lines in Reviewable two-column view
.two.column.diff .diff.line.edit .left.line.wrapper {
background-color: rgba(240, 92, 92, 0.15);
}
.two.column.diff .diff.line.edit .right.line.wrapper {
background-color: rgba(91, 220, 114, 0.15);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment