html,
body {
  min-height: 100%;
  background: #f3f6fb;
  color: #0f172a;
}

html[data-theme-mode="dark"],
html[data-theme-mode="dark"] body {
  background: #08111f;
  color: #e6eefb;
}