Merge pull request #12 from nhoizey/patch-1
Set default text and background colours
This commit is contained in:
commit
aead2309a3
@ -16,6 +16,8 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
color: var(--darkgray);
|
||||||
|
background-color: var(--white);
|
||||||
}
|
}
|
||||||
p:last-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user