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;
|
||||||
@ -200,4 +202,4 @@ a[href].direct-link:focus:visited,
|
|||||||
:hover > a[href].direct-link,
|
:hover > a[href].direct-link,
|
||||||
:hover > a[href].direct-link:visited {
|
:hover > a[href].direct-link:visited {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user