Merge pull request #1513 from h3poteto/iss-1507

closes #1507 Change blockquote style
This commit is contained in:
AkiraFukushima 2020-06-06 23:30:58 +09:00 committed by GitHub
commit 2a974342c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;