<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#preloader {
  display: flex;
  background-color: inherit;
}

/* Hide preloader on IE10+ */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #preloader {
    display: none;
  }
}
</pre></body></html>