Merge pull request #49 from tastytea/patch-1

Add default colors to CSS
This commit is contained in:
Mouse Reeve 2020-02-19 13:48:18 -08:00 committed by GitHub
commit 16a39e1183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,19 @@
font-family: sans-serif;
}
html {
background-color:#EFEFEF;
color: black;
}
a {
color: #00F;
}
a:visited {
color: #808;
}
h1, h2, h3, h4 {
font-weight: normal;
}