Switch to unified view

a b/docs/_static/css/custom.css
1
/* Reduce the font size in data frames - See https://github.com/scverse/cookiecutter-scverse/issues/193 */
2
div.cell_output table.dataframe {
3
    font-size: 0.8em;
4
}
5
6
.wy-nav-side {
7
    background: #242335;
8
}
9
10
.wy-side-nav-search {
11
    background-color: #F3F4F7;
12
}
13
14
.icon.icon-home,
15
.icon.icon-home .logo {
16
    color: #000000; /* Black color */
17
}