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:
parent
f13a49233c
commit
6f9fd79120
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue