browse: Set page background color (fixes #2214) (#2222)

Browser defaults vary and this way we prevent mix-ups
from setting only some colors.
This commit is contained in:
Sebastian Pipping 2018-07-13 02:22:30 +02:00 committed by Matt Holt
parent 053373a385
commit 3ca6bc4a66

View File

@ -125,6 +125,7 @@ const defaultTemplate = `<!DOCTYPE html>
body { body {
font-family: sans-serif; font-family: sans-serif;
text-rendering: optimizespeed; text-rendering: optimizespeed;
background-color: #ffffff;
} }
a { a {