summaryrefslogtreecommitdiff
path: root/docs/source/_static/custom.css
blob: 18f242b3537cbe359f04cce8b4a7196273752ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.wy-nav-top {
    background-color: #4e0d4e;
}

.wy-side-nav-search {
    background-color: #5f0f5f;
}

.wy-nav-content a:link,
.wy-nav-content a:visited {
    color: #2980b9;
}

.wy-nav-content a:active,
.wy-nav-content a:hover {
    color: #3091d1;
}

.wy-nav-content div[role=navigation] {
    display: none;
}