1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Fixed blockquote style

This commit is contained in:
Laurent Cozic 2021-08-09 11:57:34 +01:00
parent 41f4e037b5
commit fdd77b8e88

View File

@ -86,6 +86,12 @@ a {
color: #90b1d9;
}
blockquote {
border-left: .25em solid #e0e0e0;
padding: 0 1em;
opacity: .7;
}
.img-center {
display: block;
margin: auto;