This commit is contained in:
syuilo 2018-05-24 06:22:10 +09:00
parent c81a204e0c
commit be408ba6ea

View file

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