mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated newsletter blockquote font styling
This commit is contained in:
parent
42cac5a93b
commit
c8931a47b5
1 changed files with 4 additions and 5 deletions
|
@ -146,16 +146,15 @@ blockquote {
|
|||
margin: 2em 0;
|
||||
padding: 0 25px 0 25px;
|
||||
border-left: ${templateSettings.accentColor || '#15212A'} 2px solid;
|
||||
font-style: italic;
|
||||
font-size: 20px;
|
||||
line-height: 1.75em;
|
||||
font-size: 17px;
|
||||
font-weight: 500;
|
||||
line-height: 1.6em;
|
||||
letter-spacing: -0.2px;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
margin: 0.8em 0;
|
||||
font-size: 1.2em;
|
||||
font-weight: 300;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
blockquote small {
|
||||
|
|
Loading…
Add table
Reference in a new issue