Skip to content

Commit 1554969

Browse files
authored
Merge pull request #22 from agileobjects/docs-styles
Docs styles
2 parents 7cb7349 + 7f2f173 commit 1554969

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

assets/css/docs-styles.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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+
color: #59a6ff;
25+
}
26+
27+
a, a:hover, a:visited {
28+
color: #EFE524;
29+
}
30+
31+
a:hover {
32+
text-decoration: underline;
33+
}

assets/css/docs-styles.min.css

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

0 commit comments

Comments
 (0)