Add blockquote style to blog posts
This commit is contained in:
parent
885a1aa7be
commit
316e02979f
@ -117,6 +117,13 @@ img {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 1.5rem 0;
|
||||
padding: 0.5rem 1rem;
|
||||
border-inline-start: 0.1rem solid #5fc7cd;
|
||||
background-color: #34220b;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user