Skip to content

Commit c338183

Browse files
committed
Updating docs styles
1 parent 1554969 commit c338183

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

assets/css/docs-styles.css

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
11
body {
2-
color: #fff;
3-
background: #1e1e1e;
2+
color: #fff;
3+
background: #1e1e1e;
44
}
55

66
.wy-nav-side {
7-
background-color: #1a1a1a;
7+
background-color: #1a1a1a;
88
}
99

1010
.wy-side-nav-search {
11-
background-color: #101010;
11+
background-color: #101010;
1212
}
1313

14-
.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {
15-
color: #59a6ff;
16-
}
14+
.wy-side-nav-search > a, .wy-side-nav-search .wy-dropdown > a,
15+
.wy-side-nav-search > a:hover, .wy-side-nav-search .wy-dropdown > a:hover,
16+
.wy-side-nav-search > a:visited, .wy-side-nav-search .wy-dropdown > a:visited {
17+
background-color: #1e1e1e !important;
18+
color: #59a6ff !important;
19+
text-decoration: none !important;
20+
}
1721

1822
.wy-nav-content, .wy-body-for-nav {
19-
background-color: #1e1e1e;
23+
background-color: #1e1e1e;
2024
}
2125

22-
2326
h1, h2, h3, h4, h5, h6 {
24-
color: #59a6ff;
27+
color: #59a6ff;
2528
}
2629

2730
a, a:hover, a:visited {
28-
color: #EFE524;
31+
color: #EFE524;
2932
}
3033

31-
a:hover {
32-
text-decoration: underline;
33-
}
34+
a:hover {
35+
text-decoration: underline;
36+
}

assets/css/docs-styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundleconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@
2929
"inputFiles": [
3030
"assets/js/contact.js"
3131
]
32+
},
33+
{
34+
"outputFileName": "assets/css/docs-styles.min.css",
35+
"inputFiles": [
36+
"assets/css/docs-styles.css"
37+
]
3238
}
3339
]

0 commit comments

Comments
 (0)