0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Add a basic style for alternative quote for AMP

This commit is contained in:
James Morris 2021-11-30 14:54:11 +00:00
parent f13a49233c
commit 6f9fd79120

View file

@ -281,6 +281,18 @@
background: var(--ghost-accent-color, #1292EE);
}
.post-content blockquote.kg-blockquote-alt {
font-size: 2rem;
line-height: 1.7;
text-align: center;
color: #738a94;
padding: 1rem 6rem 1.5rem;
}
.post-content blockquote.kg-blockquote-alt::before {
display: none;
}
.post-content :not(.kg-card):not([id]) + .kg-card {
margin-top: 40px;
}