make links in body copy look like links

This commit is contained in:
Joshua Simmons 2017-08-14 18:41:40 -07:00
parent 8cec102508
commit 2f6819e340

View file

@ -248,4 +248,10 @@ body.news {
h2, .h2 {
font-size: 28px;
}
}
body:not(.home) {
a:not(.btn) {
text-decoration: underline;
}
}