Motion Theme: Footer text color changed to black automatically. something bug about the theme?

Our shop’s footer text color changed to black automatically in both mobile and desktop. Something bug about the theme?

@Sparkle_1

Please share your store URL.

herewith the link: https://sparklecollection.co/

@Sparkle_1

Please add the following code at the bottom of your assets/theme.css file.

.site-footer__linklist a {
    color: #fff !important;
}

Thanks!