Skip to content

Commit

Permalink
Merge pull request #1513 from h3poteto/iss-1507
Browse files Browse the repository at this point in the history
closes #1507 Change blockquote style
  • Loading branch information
h3poteto committed Jun 6, 2020
2 parents 3121616 + 3eda202 commit 2a97434
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/renderer/components/organisms/Toot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a97434

Please sign in to comment.