Add blockquote style to blog posts

This commit is contained in:
Helen Chong 2023-10-13 22:05:52 +08:00
parent 591300a4a4
commit b49f1cfacb
1 changed files with 7 additions and 0 deletions

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;