Skip to content

Commit ee79851

Browse files
authored
docs: update hetzner logo (#264)
1 parent bb34df9 commit ee79851

5 files changed

Lines changed: 39 additions & 10 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docs: venv
2525

2626
docs-dev: venv docs
2727
venv/bin/watchmedo shell-command \
28-
--patterns="*.py;*.rst;*.md" \
28+
--patterns="*.py;*.rst;*.md;*.css" \
2929
--ignore-pattern=".git/*" \
3030
--recursive \
3131
--drop \

docs/_static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
/* Version in Nav is off-white by default, but we restyle the header to have an off-white bg */
33
color: #404040;
44
}
5+
6+
.wy-side-nav-search input[type="text"] {
7+
border-color: #404040;
8+
}
9+
10+
.logo {
11+
margin: 1rem !important;
12+
}

docs/_static/logo-hetzner-online.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/_static/logo-hetzner.svg

Lines changed: 28 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
html_theme = "sphinx_rtd_theme"
4949
html_static_path = ["_static"]
5050

51-
html_logo = "_static/logo-hetzner-online.svg"
51+
html_logo = "_static/logo-hetzner.svg"
5252
html_favicon = "_static/favicon.png"
5353
# Theme options are theme-specific and customize the look and feel of a theme further.
5454
# For a list of options available for each theme, see the documentation.
5555
html_theme_options = {
5656
"logo_only": True,
57-
"style_nav_header_background": "#efefef",
57+
"style_nav_header_background": "#fff",
5858
}
5959
html_css_files = [
6060
"custom.css",

0 commit comments

Comments
 (0)