aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static/theme_overrides.css
blob: 585fdddb0b6e62f00e1ad5d3f5bc153c0c847e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.wy-table-responsive {
    margin-bottom: 24px;
    max-width: 100%;
    overflow: visible;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: #e0e0e0;
}