mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
13 lines
271 B
CSS
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)
|
|
}
|