This commit is contained in:
syuilo
2018-09-27 17:42:51 +09:00
parent 5b0b83faa7
commit f3eeadcd8f
2 changed files with 12 additions and 20 deletions

View File

@ -503,7 +503,7 @@ root(isDark)
> span
margin-right 16px
color isDark ? #fff : #666
color var(--primary)
> .hashtags
margin 0 0 8px 0
@ -512,7 +512,7 @@ root(isDark)
font-size 14px
> b
color isDark ? #9baec8 : var(--primaryDarken20)
color var(--primary)
> *
margin-right 8px