Explicitly set background color and font color on the body element.

This commit is contained in:
Manuel Friedli 2017-03-17 02:45:54 +01:00
parent 5ef1848db2
commit 6dd65fd488
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
}
body {
background-color: white;
color: black;
font-family: "ABeeZee", sans-serif;
margin: 0;
padding: 1em 0 0 0;