This commit is contained in:
syuilo 2018-05-24 06:22:10 +09:00
parent c81a204e0c
commit be408ba6ea
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ root(isDark)
padding 0 16px
//font-weight bold
line-height 32px
color rgba(#000, 0.3)
color rgba(isDark ? #fff : #000, 0.3)
background isDark ? #191b22 : #fff
> footer