change appearance of links

This commit is contained in:
erichhasl
2017-11-18 20:54:13 +01:00
parent 8c83af958a
commit 31e0781439
@@ -2,3 +2,12 @@
margin-left: 5%;
margin-right: 5%;
}
#content a {
color: #9F2D17;
text-decoration: none;
}
#content a:hover {
color: #48140a;
}