Browser defaults vary and this way we prevent mix-ups from setting only some colors.pull/2108/merge
parent
053373a385
commit
3ca6bc4a66
|
@ -125,6 +125,7 @@ const defaultTemplate = `<!DOCTYPE html>
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
text-rendering: optimizespeed;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue