<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-light {
  background-color: #eee;
  color: #222;
}
.bg-white {
  background-color: #fff;
}
.bg-dark {
  background-color: #222;
  color: #eee;
}
.bg-gray {
  background-color: #333;
  color: #eee;
}</pre></body></html>