:root {
  /* background of the whole diagram area */
  --mermaid-bg-color: snow;  /* dark grey, pick any color */
}

.mermaid-js {
  background-color: antiquewhite;
}