How to change text color in Debut cart?

Hello guys,

Could somebody please tell me how I can change the marked text (photo)

@nilsrbg

Please share your store URL with password NOT the admin password.

passwd: 007

@nilsrbg

Go to your store editor Assets > theme.css or theme.css.liquid and paste this lines at the bottom of the file.

.cart-header .text-link--accent, .cart__remove .text-link--accent {
    color: #fff;
}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

Go to your code editor Assets > theme.css or theme.css.liquid and paste this line at the bottom of the file.

.text-link–accent {
color: #fff;
}
Thank you.

Thank you so much!