mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
b2bf70fc3b
* chore: update prettier globs and format files * fix: remove reference to Markdownlint
14 lines
156 B
CSS
14 lines
156 B
CSS
body {
|
|
font-family: monospace;
|
|
white-space: pre;
|
|
}
|
|
|
|
ins {
|
|
background-color: #9cffa0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
del {
|
|
background-color: #ff9e9e;
|
|
}
|