Hello There,
Thanks for writing in! To change the background color as well as the other needed colors for your table of contents, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-toc {
background-color: #e5e5e5;
border: none;
box-shadow: none;
}
.h-toc,
.x-toc-item a {
color: #000;
}
Feel free to change the colors so that it will match with your site colors.
Hope this helps. Kindly let us know.