/* Reduce the font size in data frames - See https://github.com/scverse/cookiecutter-scverse/issues/193 */
div.cell_output table.dataframe {
    font-size: 0.8em;
}

.wy-nav-side {
    background: #242335;
}

.wy-side-nav-search {
    background-color: #F3F4F7;
}

.icon.icon-home,
.icon.icon-home .logo {
    color: #000000; /* Black color */
}


/* _static/custom.css */
.wy-side-nav-search .logo,
.wy-nav-top img.logo,
.wy-side-nav-search a img.logo {
  max-height: 100px;   /* 改这里：logo 高度 */
  width: auto;        /* 保持等比 */
}


.sd-w-100 {
    width: 100% !important;
    height: 160px;
}

#tutorials > div.sd-container-fluid.sd-sphinx-override.sd-mb-4.docutils > div > div > div {
    width: 100% !important;
    height: 60px !important
}




