blob: 6f90e2bcc1fe67adf02f376146d97b175c952e28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.wy-menu-vertical li a {
color: #fff!important;
}
.wy-menu-vertical li.current a {
color: #000!important;
}
.wy-nav-content {
max-width: 100%;
}
.wy-side-nav-search {
background-color: inherit;
}
|