diff --git a/src/app/tabs/theme-module.js b/src/app/tabs/theme-module.js index 40d931e639..d110a8bbe6 100644 --- a/src/app/tabs/theme-module.js +++ b/src/app/tabs/theme-module.js @@ -64,7 +64,7 @@ export class ThemeModule extends Plugin { theme.addEventListener('load', () => { if (callback) callback() }) - document.head.appendChild(theme) + document.head.insertBefore(theme, document.head.firstChild) } }