Merge pull request #12 from nhoizey/patch-1

Set default text and background colours
master
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
1 changed files with 3 additions and 1 deletions

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;
@ -200,4 +202,4 @@ a[href].direct-link:focus:visited,
:hover > a[href].direct-link,
:hover > a[href].direct-link:visited {
color: #aaa;
}
}