Skip to content

Commit 389fe80

Browse files
committed
theme-color-change
1 parent 6c31b7e commit 389fe80

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

_static/netmaker-custom.css

+18-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,28 @@
66
}
77

88
.wy-menu-vertical a {
9-
color: aqua;
9+
background-color: #0f0d2d;
10+
color: #fff;
1011
}
1112

1213
.wy-menu-vertical li.toctree-l2 a {
13-
color: aqua;
14+
background-color: #0f0d2d;
15+
color: #fff;
1416
}
1517

1618
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
17-
color: navy;
19+
background-color: #0f0d2d;
20+
color: #fff;
21+
}
22+
23+
.wy-side-scroll {
24+
background-color: #0f0d2d;
25+
}
26+
27+
.wy-nav-side {
28+
background-color: #0f0d2d;
29+
}
30+
31+
.wy-side-nav-search {
32+
background-color: #0f0d2d;
1833
}

conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# 'nav_title': 'Netmaker Docs',
6161
# 'repo_url': 'https://github.com/gravitl/netmaker/',
6262
# "repo_name": "Netmaker",
63-
'nosidebar': True,
63+
'nosidebar': False,
6464
# "repo_type": "github",
6565
# 'color_primary': 'blue',
6666
# 'color_accent': 'teal',
@@ -81,7 +81,8 @@
8181
"**": ["logo-text.html", "globaltoc.html", "localtoc.html", "searchbox.html"]
8282
}
8383

84-
html_logo = 'images/netmaker-teal.png'
84+
#html_logo = 'images/netmaker-teal.png'
85+
html_logo = 'https://cdn.prod.website-files.com/64149f8bba6c1301c5e75001/64149f8bba6c135dcee750af_netmaker%20logo%20old.svg'
8586

8687
# Add any paths that contain custom static files (such as style sheets) here,
8788
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)