You can modify the view.css of the default form block, the same way all other templates are modified. Please check the below mentioned styling to change the bg color of the text area.
If you find any of my posts helpful , I would appreciate if you could "Mark the Discussion as Helpful" so that other community members having the same issue can find these posts helpful too
.miniSurveyView textarea {
color:#FFF;
background-color: #414141;
border: 0px none;
width: 214px;
height: 50px;
}
If you find any of my posts helpful , I would appreciate if you could "Mark the Discussion as Helpful" so that other community members having the same issue can find these posts helpful too