html, body {background: #eee; color: black;}
@media (prefers-color-scheme: dark) {
  html, body {background: #444; color: white;}
}
