Add logo and color

This commit is contained in:
Philipp Heckel 2021-10-30 23:46:08 -04:00
parent 9a91312392
commit 91541f9c69
4 changed files with 5 additions and 5 deletions

View file

@ -6,12 +6,13 @@ html, body {
font-size: 1.1em;
}
a {
color: #39005a;
a, a:visited {
color: #3a9784;
}
a:hover {
text-decoration: none;
color: #317f6f;
}
h1 {
@ -20,7 +21,6 @@ h1 {
font-size: 2.5em;
}
h2 {
margin-top: 20px;
margin-bottom: 5px;