Use grey for blockquotes
This commit is contained in:
parent
e985805958
commit
0449bf5537
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1157,7 +1157,7 @@ Usage (In Ghost editor):
|
||||||
.post-full-content blockquote {
|
.post-full-content blockquote {
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
border-left: var(--brand) 4px solid;
|
border-left: var(--lightgrey) 4px solid;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
.post-full-content blockquote {
|
.post-full-content blockquote {
|
||||||
|
|
Loading…
Reference in a new issue