This commit is contained in:
syuilo
2018-05-18 14:41:44 +09:00
parent a6a175ede1
commit dad8fff12d
6 changed files with 15 additions and 2 deletions

View File

@ -59,17 +59,20 @@ root(isDark)
> .name
margin 0 .5em 0 0
padding 0
overflow hidden
color isDark ? #fff : #607073
font-size 1em
font-weight bold
text-decoration none
white-space normal
text-overflow ellipsis
&:hover
text-decoration underline
> .username
margin 0 .5em 0 0
overflow hidden
text-overflow ellipsis
color isDark ? #606984 : #d1d8da
> .time