1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

Highlight patches within any code cell.

This commit is contained in:
Rob Rix 2015-12-22 13:09:02 -05:00
parent 0775f90ce4
commit 17a9de76ae

View File

@ -81,12 +81,12 @@ body {
padding: 0;
font-family: monospace;
}
.blob-code-replacement:last-child .insert,
.blob-code-replacement:last-child .replace {
.blob-code:last-child .insert,
.blob-code:last-child .replace {
background-color: #a6f3a6;
}
.blob-code-replacement .delete,
.blob-code-replacement .replace {
.blob-code .delete,
.blob-code .replace {
background-color: #f8cbcb;
}