refs #1507 Change blockquote style

This commit is contained in:
AkiraFukushima 2020-06-06 23:26:48 +09:00
parent 31216164f2
commit 3eda202491
1 changed files with 7 additions and 0 deletions

View File

@ -710,6 +710,13 @@ export default {
font-size: var(--base-font-size);
color: var(--theme-primary-color);
blockquote {
padding-left: 10px;
border-left: 3px solid #9baec8;
color: #9baec8;
margin: 0;
}
.content {
margin: var(--toot-padding) 0;
word-wrap: break-word;