0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added Twitter styles to email template

This commit is contained in:
Peter Zimon 2021-12-04 10:34:47 -04:00
parent 94cfbb19fc
commit 8515388ce6

View file

@ -567,6 +567,16 @@ figure blockquote p {
padding-bottom: 4px; padding-bottom: 4px;
} }
.kg-twitter-link {
display: block;
text-decoration: none !important;
color: #15212A !important;
font-family: inherit !important;
font-size: 15px;
padding: 8px;
line-height: 1.3em;
}
.kg-callout-card { .kg-callout-card {
display: flex; display: flex;
margin: 0 0 1.5em 0; margin: 0 0 1.5em 0;