Doc: Fixed blockquote style

pull/5282/head
Laurent Cozic 2021-08-09 11:57:34 +01:00
parent 41f4e037b5
commit fdd77b8e88
1 changed files with 6 additions and 0 deletions

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;