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:
parent
0640a21fba
commit
62e32e15a9
2 changed files with 17 additions and 0 deletions
13
docs/_static/pmOS.css
vendored
Normal file
13
docs/_static/pmOS.css
vendored
Normal 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)
|
||||
}
|
|
@ -65,6 +65,10 @@ html_theme_options = {
|
|||
"style_external_links": True,
|
||||
}
|
||||
|
||||
# customize styling
|
||||
html_static_path = ["_static"]
|
||||
html_css_files = ["pmOS.css"]
|
||||
|
||||
# -- Options for manual page output ---------------------------------------
|
||||
|
||||
# One entry per manual page. List of tuples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue