Explicitly set background color and font color on the body element.
This commit is contained in:
parent
5ef1848db2
commit
6dd65fd488
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
}
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: "ABeeZee", sans-serif;
|
||||
margin: 0;
|
||||
padding: 1em 0 0 0;
|
||||
|
|
Loading…
Reference in a new issue