
@media (prefers-color-scheme: dark) {
  html, body {
    color: #000 !important;
    background: #fff !important;    
  }
}
@media (prefers-color-scheme: light) {
  html, body {
    color: #000 !important;
    background: #fff !important;    
  }
}
