mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
doc: Use Pybricks blue.
This changes the navbar background color to use the official Pybricks blue color.
This commit is contained in:
@@ -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);
|
||||||
|
}
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user