Fixed sans-serif link style

no refs.
- fixed regression that links in emails with sans-serif setting wasn't underlined
This commit is contained in:
Peter Zimon 2020-11-23 15:50:02 +01:00
parent 3d85625fb1
commit bf9820f97d

View File

@ -356,7 +356,8 @@ figure blockquote p {
border-bottom: 1px solid #e5eff5;
}
.post-content a {
.post-content a,
.post-content-sans-serif a {
color: #08121A;
text-decoration: underline;
}