Skip to content
Snippets Groups Projects
Commit c091492e authored by Jonas Leder's avatar Jonas Leder
Browse files

underline links in text

parent b0c60352
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,11 @@ footer{
a{
padding: 0;
color: #b3b3b3;
text-decoration:none
text-decoration:underline;
}
footer a{
text-decoration: none;
}
.footerIconSpacer{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment