
dialog::backdrop {
  background-color: rgb(35, 28, 51, 0.95);

  &[data-color-scheme="dark"] {
    background-color: rgb(27, 39, 51);
  }
}
