We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878101c commit a0a8897Copy full SHA for a0a8897
assets/css/docs-styles.css
@@ -1 +1,33 @@
1
+body {
2
+ color: #fff;
3
+ background: #1e1e1e;
4
+}
5
6
+.wy-nav-side {
7
+ background-color: #1a1a1a;
8
9
+
10
+.wy-side-nav-search {
11
+ background-color: #101010;
12
13
14
+.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {
15
+ color: #59a6ff;
16
17
18
+.wy-nav-content, .wy-body-for-nav {
19
+ background-color: #1e1e1e;
20
21
22
23
+h1, h2, h3, h4, h5, h6 {
24
25
26
27
+a, a:hover, a:visited {
28
+ color: #EFE524;
29
30
31
+a:hover {
32
+ text-decoration: underline;
33
0 commit comments