mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue