mirror of https://gitlab.com/bashrc2/epicyon
Quote style
parent
1df8451956
commit
93c74f3324
|
@ -79,6 +79,30 @@ body, html {
|
|||
font-size: var(--font-size);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 10px solid;
|
||||
margin: 1.5em 10px;
|
||||
padding: 0.5em 10px;
|
||||
quotes: "\201C""\201D""\2018""\2019";
|
||||
}
|
||||
blockquote:before {
|
||||
content: open-quote;
|
||||
font-size: 2em;
|
||||
line-height: 0.1em;
|
||||
margin-right: 0.25em;
|
||||
vertical-align: -0.4em;
|
||||
}
|
||||
blockquote:after {
|
||||
content: close-quote;
|
||||
font-size: 2em;
|
||||
line-height: 0.1em;
|
||||
margin-left: 0.25em;
|
||||
vertical-align: -0.4em;
|
||||
}
|
||||
blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.imageAnchor:focus img{
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue