summaryrefslogtreecommitdiffstats
path: root/docs/docsite/_static/css/core-color-scheme.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/_static/css/core-color-scheme.css')
-rw-r--r--docs/docsite/_static/css/core-color-scheme.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/docsite/_static/css/core-color-scheme.css b/docs/docsite/_static/css/core-color-scheme.css
new file mode 100644
index 0000000..c61c0b1
--- /dev/null
+++ b/docs/docsite/_static/css/core-color-scheme.css
@@ -0,0 +1,17 @@
+.DocSiteProduct-header--core {
+ background-color: #161b1f;
+ border-color: #161b1f;
+}
+
+.wy-nav-top, .wy-side-nav-search {
+ background-color: #161b1f;
+}
+.wy-nav-side {
+ background-color: #999999;
+}
+.wy-menu-vertical header, .wy-menu-vertical p.caption {
+ color: #161b1f;
+}
+.ansibleNav ul li a:hover {
+ color: #161b1f;
+}