Skip to content
Snippets Groups Projects
Commit 87e1d981 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

Revert "docs: use pmOS green color in html output (MR 66)"

This reverts commit da492e4a
parent da492e4a
No related tags found
No related merge requests found
Pipeline #213074 passed with warnings
/* 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)
}
......@@ -58,11 +58,6 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment