[a2a3e7]: / docs / _static / css / custom.css

Download this file

18 lines (14 with data), 346 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/* 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 */
}