1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-08 15:58:42 +01:00

refs #1507 Change blockquote style

This commit is contained in:
AkiraFukushima 2020-06-06 23:26:48 +09:00
parent 31216164f2
commit 3eda202491

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;