1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

docs: use pmOS green color in html output (MR 2520)

Tweaked-By: Oliver Smith <ollieparanoid@postmarketos.org>
This commit is contained in:
magdesign 2024-11-11 03:16:55 +00:00 committed by Oliver Smith
parent 0640a21fba
commit 62e32e15a9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 17 additions and 0 deletions

13
docs/_static/pmOS.css vendored Normal file
View file

@ -0,0 +1,13 @@
/* pmOS styling color */
body {
--themecolor: #009900;
}
/* sets the menu bg color for desktop layout */
.wy-side-nav-search {
background-color: var(--themecolor)
}
/* sets the menu bg color for mobile layout */
.wy-nav-top {
background-color: var(--themecolor)
}

View file

@ -65,6 +65,10 @@ html_theme_options = {
"style_external_links": True, "style_external_links": True,
} }
# customize styling
html_static_path = ["_static"]
html_css_files = ["pmOS.css"]
# -- Options for manual page output --------------------------------------- # -- Options for manual page output ---------------------------------------
# One entry per manual page. List of tuples # One entry per manual page. List of tuples