forked from FoundKeyGang/FoundKey
Fix
This commit is contained in:
parent
8d28f68e0b
commit
9c312b0e26
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ root(isDark)
|
|||
padding 16px 8px 8px 8px
|
||||
text-align center
|
||||
font-size 0.8em
|
||||
color rgba(#000, 0.4)
|
||||
color rgba(isDark ? #fff : #000, 0.4)
|
||||
|
||||
[data-fa]
|
||||
margin-right 4px
|
||||
|
|
Loading…
Reference in a new issue