Change border-left on blockquote to use color variables (#705)

This commit is contained in:
Ícaro Harry 2020-04-22 08:44:54 -03:00 committed by GitHub
parent e0771bfc7e
commit 7e0e45c643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {