Skip to content

Commit d4e30ed

Browse files
committed
Updating documentation styles
1 parent 848a832 commit d4e30ed

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

assets/css/docs-styles.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ body {
2020
text-decoration: none !important;
2121
}
2222

23+
.wy-side-nav-search input[type=text] {
24+
-ms-border-radius: 10px;
25+
border-radius: 10px;
26+
}
27+
2328
.wy-nav-content, .wy-body-for-nav {
2429
background-color: #1e1e1e;
2530
}
@@ -98,3 +103,20 @@ li.current {
98103
.hljs-meta {
99104
color: #4EC9B0;
100105
}
106+
107+
.btn-neutral, .btn-neutral:hover, .btn-neutral:visited {
108+
background-color: transparent !important;
109+
border: 1px solid #eee;
110+
color: #fff !important;
111+
}
112+
113+
.btn-neutral:hover {
114+
background: #eee;
115+
color: #1a1a1a;
116+
outline: 0;
117+
text-decoration: none !important;
118+
}
119+
120+
footer {
121+
color: #fff;
122+
}

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.

0 commit comments

Comments
 (0)