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:
parent
0775f90ce4
commit
17a9de76ae
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user