Change border-left on blockquote to use color variables (#705)
This commit is contained in:
parent
e0771bfc7e
commit
7e0e45c643
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ Usage (In Ghost editor):
|
|||
.post-full-content blockquote {
|
||||
margin: 0 0 1.5em;
|
||||
padding: 0 1.5em;
|
||||
border-left: #3eb0ef 3px solid;
|
||||
border-left: color(var(--blue)) 3px solid;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.post-full-content blockquote {
|
||||
|
|
Loading…
Reference in a new issue