blob: a6b57a79e634f0a93667b1ab6241f9944368b1d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.wy-side-nav-search {
background: #0299D2;
}
.caption-text {
color: #0299D2;
}
.wy-nav-content {
max-width: 100%;
}
a {color: #0299D2;}
.doc > code {color: #0299D2; background: none; border: 0; font-size: 100%; padding: 0;}
.doc-contents {margin: 0 0 0 1%;}
.doc-module > code {color: #404040;}
.doc-class > code {color: #0299D2;}
.doc-function > code {color: #0299D2;}
.docutils code {color: dimgray;}
.docutils a {color: dimgray;}
.docutils th, p {color: dimgray;}
.docutils p {color: dimgray;}
.doc-label > code {border: 0; border-radius: 15px; padding: 2px 8px; font-weight: bold; color: white;}
.doc-label-dataclass > code {background: none; color: dimgray;}
.doc-label-classmethod > code {background: none; color: dimgray;}
.doc-label-property > code {background: none; color: dimgray;}
|