You are here

diff.visual-inline.css in Diff 8

del {
  background-color: #fcc;
}

ins {
  background-color: #cfc;
}

File

css/diff.visual-inline.css
View source
  1. del {
  2. background-color: #fcc;
  3. }
  4. ins {
  5. background-color: #cfc;
  6. }