You would need to edit the “entry-content” class since that is the div that page and post content are inside of. Some widgets use “entry-content” so you may want to add code that targets just the page/post entry content.
Example –
.page .entry-content,
.post .entry-content {
background: #fff;
}