forked from FoundKeyGang/FoundKey
Fix
This commit is contained in:
parent
c81a204e0c
commit
be408ba6ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue