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

pre.example kbd {
    background-color: #FFFFD0;
    font-style: normal;
    font-weight: bold;
}

#slider {
    background-color: #343131;
}

div.toc-sidebar header {
    background-color: #2980b9;
}

div.toc-sidebar header span {
    color: #fcfcfc;
}

div.toc-sidebar a {
    text-decoration: none;
    color: #727272;
    display: block;
}

div.toc-sidebar a:hover {
    color: #000000;
    background-color: #727272;
}

div.toc a[toc-current] {
    color: #000000;
    background-color: #fcfcfc;
}

div.display {
  white-space: pre-wrap;
  font-family: monospace;
}

div.toc li {
    display: block;
    text-indent: 0;
    text-align: left;
    border: none;
    list-style: none;              /* Remove triangle from H2 */
    padding: 0px 4px;
    margin: 0;
}
</pre></body></html>