Merge pull request #12 from nhoizey/patch-1
Set default text and background colours
This commit is contained in:
commit
aead2309a3
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue