Skip to content

Commit

Permalink
theme-color-change
Browse files Browse the repository at this point in the history
  • Loading branch information
NEETweeb committed Aug 6, 2024
1 parent 6c31b7e commit 389fe80
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
21 changes: 18 additions & 3 deletions _static/netmaker-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,28 @@
}

.wy-menu-vertical a {
color: aqua;
background-color: #0f0d2d;
color: #fff;
}

.wy-menu-vertical li.toctree-l2 a {
color: aqua;
background-color: #0f0d2d;
color: #fff;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
color: navy;
background-color: #0f0d2d;
color: #fff;
}

.wy-side-scroll {
background-color: #0f0d2d;
}

.wy-nav-side {
background-color: #0f0d2d;
}

.wy-side-nav-search {
background-color: #0f0d2d;
}
5 changes: 3 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# 'nav_title': 'Netmaker Docs',
# 'repo_url': 'https://github.com/gravitl/netmaker/',
# "repo_name": "Netmaker",
'nosidebar': True,
'nosidebar': False,
# "repo_type": "github",
# 'color_primary': 'blue',
# 'color_accent': 'teal',
Expand All @@ -81,7 +81,8 @@
"**": ["logo-text.html", "globaltoc.html", "localtoc.html", "searchbox.html"]
}

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

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

0 comments on commit 389fe80

Please sign in to comment.