<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.classy-desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .classy-desktop-only {
    display: block;
  }

  .classy-mobile-only {
    display: none;
  }
}

.custom-color-paragraph-background-gray,
.custom-color-paragraph-background-grey {
  background: grey;
}

.custom-color-paragraph-background-blue {
  background: blue;
}

.custom-color-paragraph-background-deep-blue {
  background: deepskyblue;
}
</pre></body></html>