Text on entire website is a very light pink too light. How do I change the text to black

Hello my website has light pink font. It’s too light to read. How to I change all the website text to black color font?

Hi @Wenevergoout ,

Could you please share your store URL so that we can review it and provide you with the best solution?

Hi @Wenevergoout

Could you please share the store link so we can check further?

Looking forward to hearing from you soon. Thank you!

Best,
Daisy - Avada Support Team.

Hello the url is Mariandbree dot com##- Please type your reply above this
line -##

He’ll, thank you the website is Mariandbree dot com ##- Please type your
reply above this line -##

Hi @Wenevergoout ,

Go to Online Store > Themes > Actions > Edit Code > base.css
Add below code in base.css file

body.gradient * {
    color: #000;
}