Hide link underline on frontpage

This commit is contained in:
Paulus Schoutsen 2016-04-24 09:15:21 +02:00
parent 9c225b2304
commit f464c1edae
2 changed files with 5 additions and 1 deletions

View file

@ -158,6 +158,10 @@ article.post, article.page, article.listing {
text-decoration: none;
}
}
.frontpage a {
text-decoration: none;
}
}
p.note {