Skip to content

Commit a0a8897

Browse files
authored
Update docs-styles.css
1 parent 878101c commit a0a8897

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

assets/css/docs-styles.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1+
body {
2+
color: #fff;
3+
background: #1e1e1e;
4+
}
15

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+
color: #59a6ff;
25+
}
26+
27+
a, a:hover, a:visited {
28+
color: #EFE524;
29+
}
30+
31+
a:hover {
32+
text-decoration: underline;
33+
}

0 commit comments

Comments
 (0)