<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
  background: #10154b;
}

.nav {
  background: #ffff;
}

.toolbar {
  background: #ffff;
  box-shadow: none;
}

.nav-panel-explore {
  background: #ffff;
}

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  color: #4d54a2;
}

main&gt;.content {
  justify-content: center;
}

.doc&gt;h1.page:first-child {
  margin: 1.5rem 0 !important;
}

.banner.warning {
  background: #fff3cd;
  color: #856404;
  padding: .75rem;
  margin-bottom: 1rem;
  border: 1px solid #ffeeba;
}</pre></body></html>