.modal {
  background-color: white;
}

@media (prefers-color-scheme: dark) {
  .modal {
    background-color: #333;
  }
}

