html,
body {
  margin: 0;
  background: #f5f5f7;
}

html[data-theme="dark"],
html[data-theme="dark"] body {
  background: #0b0b0c;
}
