1.wy-side-nav-search {
2    background-color: initial;
3}
4
5.wy-nav-side, .wy-nav-top {
6    background-color: #24292E;
7}
8
9.wy-side-nav-search input[type="text"] {
10    border-color: transparent;
11}
12
13.wy-nav-content {
14    margin: initial;
15}
16
17.rst-content div[role=navigation], footer {
18   font-size: 0.85em;
19   color: #999;
20}
21
22.rst-content div[role=navigation] hr {
23    margin-top: 6px;
24}
25
26footer hr {
27    margin-bottom: 6px;
28}
29
30.rst-footer-buttons {
31    display: none;
32}
33
34.versionmodified {
35    color: #008000;
36}
37