@media (prefers-color-scheme: light) {

  body, html {
    background: #EEE;
    color: #333;
  }

  svg {
    color: #333;
  }

}