aboutsummaryrefslogtreecommitdiff
path: root/docs/css/extra.css
blob: 32bb71db3c4cf6797a7808a0603fdb330f14db4f (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
.wy-side-nav-search {
  background: #0299D2;
}

.caption-text {
  color: #0299D2;
}

.wy-nav-content {
  max-width: 100%;
}

.doc > code {color: #0299D2; background: none; border: 0px; font-size: 100%; padding: 0;}
.doc-contents {margin: 0px 0px 0px 1%;}

.doc-module > code {color: #404040;}
.doc-class > code {color: #0299D2;}
.doc-function > code {color: #0299D2;}
.docutils code, a {color: dimgray;}
.docutils th, p {color: dimgray;}

.doc-label > code {border: 0px; 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;}