This commit is contained in:
syuilo 2018-06-08 08:05:25 +09:00
parent ffea6522ac
commit f2ccb684eb

View file

@ -208,6 +208,7 @@ root(isDark)
color isDark ? #e3e5e8 : #888
background isDark ? #313543 : #fff
box-shadow 0 1px rgba(#000, 0.15)
cursor pointer
&, *
user-select none
@ -229,6 +230,7 @@ root(isDark)
right 0
width $header-height
line-height $header-height
font-size 16px
color isDark ? #9baec8 : #ccc
&:hover