Underline links in blog posts

This commit is contained in:
Paulus Schoutsen 2016-04-18 23:16:28 -07:00
parent e0795f6ea2
commit 893b9d8640

View File

@ -150,6 +150,14 @@ article.post, article.page, article.listing {
margin-bottom: 0;
}
}
a {
text-decoration: underline;
&.btn {
text-decoration: none;
}
}
}
p.note {