Add blockquote style to blog posts

This commit is contained in:
Leilukin 2023-10-13 22:05:52 +08:00 committed by Helen Chong
parent 885a1aa7be
commit 316e02979f

View File

@ -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;