1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00
pmbootstrap/docs/_static/pmOS.css
magdesign 62e32e15a9
docs: use pmOS green color in html output (MR 2520)
Tweaked-By: Oliver Smith <ollieparanoid@postmarketos.org>
2025-01-06 14:00:58 +01:00

13 lines
271 B
CSS

/* 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)
}