How can I correct the color scheme on my Dawn theme website?

On my website my color scheme is all messed up and i cant fix it using my theme settings. i changed my website from a black background website to a white one, but now a lot of my pages text is white on white and i cannot fix it in the editor because some old code must be stopping it from working, also things such as the search box after i searched something is black, i want all the colors to be fixed and suit the white background. Like all the text boxes and search bar to be white with a black border and all the white text to be black. What is some code to fix this?

Theme: Dawn

website: desire-online.net

@jakegrieveson - add this css to the very end of your base.css file, it will work on the product page

.product__info-container {color: #000 !important;}
.product__title>* {color: #000 !important;}

Hi @jakegrieveson

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.product__info-container {
   color: #000 !important;
}
.product__title>* {
   color: #000 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly