summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/src/diffstyle.css
blob: 202e85f41a2086505785d00f8aa1984b72e73725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
  font-family: monospace;
  white-space: pre;
}

ins {
  background-color: #9cffa0;
  text-decoration: none;
}

del {
  background-color: #ff9e9e;
}