Merge pull request #47 from northbaypython/josh/copy

make links in body copy look like links
This commit is contained in:
Christopher Neugebauer 2017-08-14 18:52:02 -07:00 committed by GitHub
commit 4fbf225e96

View file

@ -293,3 +293,9 @@ body.news {
font-size: 28px;
}
}
body:not(.home) {
a:not(.btn) {
text-decoration: underline;
}
}