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

a {
/*  text-decoration: none;*/
}

.toc-title {
    background: lightgrey;
}

.toc-abc, 
.toc-group-even {
    background: white;
}

.toc-group-odd {
    background: #EEEEEE;
}

.toc-entry-deprecated {
    font-weight: bold;
}

.toc-ind-deprecated {
    font-weight: bold;
    background: red;
    color: white;
}
</pre></body></html>