How do I change background color of modal pop up?

What JS/CSS could be added to change the color of all modal pop ups in the app?

CSS

.modal-card-body {
background-color: blue;
}