body, div.body {
    background-color: #fffded;
}
pre {
    background-color: #ebebeb;
}
div.sphinxsidebar a.current {
    text-decoration: none;
    border-bottom: none;
    font-weight: bold;
    cursor: text;
}
/* Don't hide logo when viewed on mobile, just invert its colors */
@media screen and (max-width: 875px) {
    div.sphinxsidebar p.logo {
        display: block;
        filter: invert(100%);
        width: 60%;
        margin: auto;
    }
}
