mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Change border-left on blockquote to use color variables (#705)
This commit is contained in:
parent
e0771bfc7e
commit
7e0e45c643
@ -1169,7 +1169,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 1.5em;
|
padding: 0 1.5em;
|
||||||
border-left: #3eb0ef 3px solid;
|
border-left: color(var(--blue)) 3px solid;
|
||||||
}
|
}
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
.post-full-content blockquote {
|
.post-full-content blockquote {
|
||||||
|
Loading…
Reference in New Issue
Block a user