html {
  color-scheme: light !important;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: light !important;
  }
}
