<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/css/trigger.css") only screen and
    (-ms-high-contrast: active),
  (-ms-high-contrast: none);

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .get-a-better-browser-detector {
    height: 1px;
  }
}
</pre></body></html>