Thanks for writing in! You can add the below CSS within page level CSS :
ul li {
color: #fff;
}
It would be better if you just add a custom class to the list or list item and apply CSS for the specific class like this where my-list is the custom class applied to the ul :