Commit 3ca6bc4a authored by Sebastian Pipping's avatar Sebastian Pipping Committed by Matt Holt

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

Browser defaults vary and this way we prevent mix-ups
from setting only some colors.
parent 053373a3
......@@ -125,6 +125,7 @@ const defaultTemplate = `<!DOCTYPE html>
body {
font-family: sans-serif;
text-rendering: optimizespeed;
background-color: #ffffff;
}
a {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment