mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-27 23:03:37 -05:00
Browser defaults vary and this way we prevent mix-ups from setting only some colors.
This commit is contained in:
parent
053373a385
commit
3ca6bc4a66
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue