How to change background change when a modal opens

Morning!

Here with a simple (?) question. How can we change the dark faded background that comes up when a modal pops up? Can’t really find it in the CSS.

Hello,

.modal-backdrop {
  background-color: white;
}

You are awesome! Thank you :slight_smile: