Merge pull request #12 from nhoizey/patch-1

Set default text and background colours
This commit is contained in:
Zach Leatherman 2018-09-04 15:27:37 -05:00 committed by GitHub
commit aead2309a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ body {
padding: 0;
margin: 0;
font-family: sans-serif;
color: var(--darkgray);
background-color: var(--white);
}
p:last-child {
margin-bottom: 0;