Skip to content

Commit 861d643

Browse files
committed
text-color-change
1 parent 389fe80 commit 861d643

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

_static/netmaker-custom.css

+30-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,33 @@
3030

3131
.wy-side-nav-search {
3232
background-color: #0f0d2d;
33-
}
33+
}
34+
35+
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
36+
background-color: #0f0d2d;
37+
color: #d9d9d9
38+
}
39+
40+
.wy-menu-vertical li.toctree-l3.current li.toctree-l4.current > a {
41+
background-color: #0f0d2d;
42+
color: #fff
43+
}
44+
45+
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
46+
background-color: #0f0d2d;
47+
color: #d9d9d9
48+
}
49+
50+
.wy-menu-vertical li.toctree-l2.current li.toctree-l3.current > a {
51+
background-color: #0f0d2d;
52+
color: #fff
53+
}
54+
55+
.wy-menu-vertical li.current>a button.toctree-expand, .wy-menu-vertical li.on a button.toctree-expand {
56+
background-color: #0f0d2d;
57+
color: #d9d9d9
58+
}
59+
60+
.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand, .wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand {
61+
color: #fff;
62+
}

conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
"**": ["logo-text.html", "globaltoc.html", "localtoc.html", "searchbox.html"]
8282
}
8383

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

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

0 commit comments

Comments
 (0)