Thanks very much, wilko2205 – my previous way of changing the color was lame as it cut off text in that area.
For anyone doing the change with a child theme, you can insert the following into your child’s style.css:
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
height: 0px !important;
}