This commit is contained in:
syuilo 2018-04-21 15:46:46 +09:00
parent b14d7b45ae
commit 797b5d2311

View file

@ -302,7 +302,7 @@ root(isDark)
min-width 100%
min-height calc(16px + 12px + 12px)
font-size 16px
color #333
color isDark ? #fff : #333
background isDark ? #191d23 : #fff
outline none
border solid 1px rgba($theme-color, 0.1)