summaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: a5403c295bde8e1fae2a3e71f5bc1f601f9f0dda (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.wy-nav-content {
  background: #fcfffa;
}

code {
    border: 0px !important;
}

code.xref {
    color: unset !important;
}

.rst-content code {
    padding: 1px !important;
    background: unset !important;
}

.wy-side-nav-search {
  background-color: #0099e6;
}

.wy-breadcrumbs a {
  color: #739900;
}

.wy-breadcrumbs a:hover, a:focus {
  color: #0099e6;
}

.wy-side-nav-search input[type="text"] {
  border-color: #0077b3;
}

.wy-body-for-nav {
  background: #343131;
}

.wy-menu-vertical a {
  color: #4dc3ff;
}

.wy-menu-vertical a:visited {
  color: #4dc3ff;
}

.wy-menu-vertical a:hover, a:focus {
  color: #ace600;
}

a {
  color: #0099e6;
}

a:visited {
  color: #0099e6;
}

a:hover, a:focus {
  color: #739900;
}

.wy-nav-top {
  color: #ace600;
  background-color: #0099e6;
}

.wy-nav-top a {
  color: #ace600;
}

.wy-side-nav-search > a {
  color: #ace600;
}

.wy-side-nav-search > a:hover, > a:focus, > a:visited {
  color: #ace600;
}

.highlight .o {
  color: #ac7339;
}

.highlight .k {
  color: #2980b9;
}

.highlight .m {
  color: #ba2121;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback