<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hello {
  background: linear-gradient(to bottom, #f8f8f8, #f4f4f4);
  color: #f00;
}
@media only screen and (max-width: 600px) {
  .hello {
    color: #00f;
  }
}
</pre></body></html>