Improve theme

This commit is contained in:
syuilo
2018-10-08 15:47:41 +09:00
parent 816ae7eb7e
commit 0e95b33b6a
3 changed files with 14 additions and 4 deletions

View File

@ -121,6 +121,9 @@
mfmTitleBg: 'rgba(0, 0, 0, 0.2)',
mfmQuote: ':alpha<0.7<$text',
mfmQuoteLine: ':alpha<0.6<$text',
mfmLink: '$primary',
mfmMention: '$primary',
mfmHashtag: '$primary',
suspendedInfoBg: '#611d1d',
suspendedInfoFg: '#ffb4b4',

View File

@ -121,6 +121,9 @@
mfmTitleBg: 'rgba(0, 0, 0, 0.07)',
mfmQuote: ':alpha<0.6<$text',
mfmQuoteLine: ':alpha<0.5<$text',
mfmLink: '$primary',
mfmMention: '$primary',
mfmHashtag: '$primary',
suspendedInfoBg: '#ffdbdb',
suspendedInfoFg: '#570808',