underline links in text

This commit is contained in:
Jonas Leder 2020-10-27 10:22:20 +01:00
parent b0c603528e
commit c091492e71

View file

@ -268,7 +268,11 @@ footer{
a{ a{
padding: 0; padding: 0;
color: #b3b3b3; color: #b3b3b3;
text-decoration:none text-decoration:underline;
}
footer a{
text-decoration: none;
} }
.footerIconSpacer{ .footerIconSpacer{