Add default colors to CSS

This commit is contained in:
tastytea 2020-02-19 22:42:45 +01:00 committed by GitHub
parent 9f2bad67a7
commit 04ef8a1971
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;
}