Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Moodle App Remote Themes Upgrade Guide

From MoodleDocs
Revision as of 10:55, 29 June 2021 by Luca Bösch (talk | contribs)

Thanks for that great guide.

Finally, I do struggle on how to implement at the end. Because to use it with Chromium something like

/* 3.9.5 ionic styles */

root {
 --core-header-toolbar-background: #64788b;
 --core-header-toolbar-border-color: #64788b;
 --core-header-toolbar-color: #fff;
 --core-bottom-tabs-background: #64788b;
 --core-bottom-tabs-color: #eff1f3;
 --core-bottom-tabs-color-selected: #fac301;
 --drop-shadow: 0, 0, 0, 0.00;
 --brand-color: #fac301;
 --color: #fac301;
 --loading-text-color: #fac301;

}

works perfectly well.

But is that the form it can be shipped in a custom css file? A minimal simple enough sample css file would be much appreciated. Thanks!

Luca Bösch (talk) 10:55, 29 June 2021 (UTC)