Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you @Russ. This is really easyYou should be able to actually just edit the background colors: Style properties -> Header and navigation
Navigation row, and selected tab, you can use the color picker and this slider to adjust it:
.p-body-sidebar .contentRow-fader {
background: rgba(0, 0, 0, 0);
}
.p-body-sidebar .block-body
{
* { color: #FFF; }
a { color: pink; }
.pairs>dt { color: red; }
}
.pageNav .pageNav-page a, .pageNav .pageNav-jump {
padding: 2px 4px !important;
}
@Russ Thanks a lot for the video - really helpful.
Absolutely great! Everything works. Thank you so much for answering so many basic questions.
But the last one: is there a way to import style changes? Everything I've done were on test installation so it'll be great if I could export all of these things onto working style.