mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Fix
This commit is contained in:
parent
f6b438d813
commit
0d37e40cb9
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