diff --git a/inline-script.js b/inline-script.js index 31b25a2..fce50b6 100644 --- a/inline-script.js +++ b/inline-script.js @@ -18,7 +18,7 @@ window.__themeColors = { if (localStorage.store_currentInstance && localStorage.store_instanceThemes) { let safeParse = (str) => str === 'undefined' ? undefined : JSON.parse(str) let theme = safeParse(localStorage.store_instanceThemes)[safeParse(localStorage.store_currentInstance)] - if (theme && theme !== 'default') { + if (theme && theme !== 'cybre') { document.body.classList.add(`theme-${theme}`) let link = document.createElement('link') link.rel = 'stylesheet'