How do I change the color of the discount text to white?

https://ryusei.co.id/

Hello @Ryusei_1

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save

.badge-list .badge {
    color: #fff;
}

Best Regards,
Dws_pvt_ltd