blockcode light mode
This commit is contained in:
parent
6a83218e1d
commit
c42b029b97
@ -252,3 +252,27 @@ video.responsive-video {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin: 1.5em 10px;
|
||||||
|
padding: 0.5em 10px;
|
||||||
|
quotes: "\201C""\201D""\2018""\2019";
|
||||||
|
color: #8a8989;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote:before {
|
||||||
|
color: #8a8989;
|
||||||
|
content: open-quote;
|
||||||
|
line-height: 1.1em;
|
||||||
|
margin-right: 0.15em;
|
||||||
|
vertical-align: -0.2em;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote:after {
|
||||||
|
color: #8a8989;
|
||||||
|
content: close-quote;
|
||||||
|
line-height: 0.1em;
|
||||||
|
margin-left: 0.15em;
|
||||||
|
vertical-align: -0.2em;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user