モバイル版のダークモード

など
This commit is contained in:
syuilo
2018-04-28 02:29:17 +09:00
parent 93fa28991e
commit 8984e3131d
17 changed files with 227 additions and 183 deletions

View File

@ -434,7 +434,7 @@ root(isDark)
margin 0 .5em 0 0
padding 1px 6px
font-size 12px
color isDark ? #758188 :#aaa
color isDark ? #758188 : #aaa
border solid 1px isDark ? #57616f : #ddd
border-radius 3px