doc: Use Pybricks blue.

This changes the navbar background color to use the official Pybricks
blue color.
This commit is contained in:
David Lechner
2022-12-08 17:16:32 -06:00
parent e2710157f0
commit 8bfc2e10c8
3 changed files with 5 additions and 0 deletions
@@ -41,3 +41,7 @@ span.caption-number:after {
.figure > a.reference.external::after { .figure > a.reference.external::after {
content: none !important; content: none !important;
} }
.wy-side-nav-search > div.version {
color: hsla(0, 0%, 100%, 0.75);
}
+1
View File
@@ -169,6 +169,7 @@ html_context = {
html_theme_options = { html_theme_options = {
"style_external_links": True, "style_external_links": True,
"logo_only": True, "logo_only": True,
"style_nav_header_background": "#0088ce", # Pybricks blue
} }
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 11 KiB