This commit is contained in:
syuilo
2018-09-27 23:17:33 +09:00
parent 32942709bf
commit 38a6aa26bc
5 changed files with 11 additions and 15 deletions

View File

@ -378,8 +378,8 @@ root(isDark)
>>> .quote
margin 8px
padding 6px 12px
color isDark ? #6f808e : #aaa
border-left solid 3px isDark ? #637182 : #eee
color var(--mfmQuote)
border-left solid 3px var(--mfmQuoteLine)
> .reply
margin-right 8px