/* make logo smaller */
.logo {
    width: 50%;
    margin: 0 auto;
}

/* highlight autodoc signatures */
.sig {
    padding: 0.8em;
    font-size: 80%;
}

html[data-theme=dark] .sig {
    background-color: rgb(41, 49, 61);
}

html[data-theme=light] .sig {
    background-color: rgb(243, 244, 245);
}

/* Make output cells scrollable */
/* div.cell_output {
    max-height: 500px;
    overflow: auto;
}
 */