html,
body {
  background: #0f172a;
}

@media (prefers-color-scheme: light) {
  html,
  body {
    background: #ffffff;
  }
}
