mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
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:
parent
3d85625fb1
commit
bf9820f97d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user