Explicitly set background-color

Closes #132
This commit is contained in:
Matt Baer 2019-06-28 08:24:34 -04:00
parent 6fdc343986
commit ebeb7b03e6

View file

@ -15,6 +15,7 @@ body {
font-size-adjust: 0.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: white;
color: #111;
h1, header h2 {