<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#st-container {
  opacity: .2;
  transition: opacity .7s;
}

#st-container.fade_in {
  opacity: 1;
}

#st-container.fade_out {
  opacity: .2;
}
</pre></body></html>