This commit is contained in:
syuilo
2018-09-27 14:52:10 +09:00
parent 4fe2f29478
commit 7b8a2aef0f
11 changed files with 18 additions and 41 deletions

View File

@ -317,7 +317,7 @@ root(isDark)
line-height $header-height
padding 0 16px
font-size 14px
color isDark ? #e3e5e8 : #888
color var(--faceHeaderText)
background var(--faceHeader)
box-shadow 0 1px rgba(#000, 0.15)
cursor pointer