How can I change the order tracking page font colour to black?

I am tracking an order from a order confirmation page:

When I get to the tracking page the font text is all white so doesn’t show the details to the customer:

Does anyone know how to change the font colour to black?

thanks

Hello @Solomond ,

Can you please share store URL,

thanks!

Him please see attached:

Hi, please see attached: Track order status - Hobbster

Hello @Solomond ,

Go to Shopify admin > themes > edit code > base.css file

Add this code in the base.css file at the bottom

body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
    color: #000;

save changes.

Thank you. Worked perfectly.