playwright/test/diffstyle.css

14 lines
166 B
CSS
Raw Normal View History

2019-11-19 05:18:28 +03:00
body {
font-family: monospace;
white-space: pre;
}
ins {
background-color: #9cffa0;
text-decoration: none;
}
del {
background-color: #ff9e9e;
}