diff --git a/s/theme.js b/s/theme.js index a6b6b3a..c6938c8 100644 --- a/s/theme.js +++ b/s/theme.js @@ -23,7 +23,7 @@ function updateCss() { if (theme.id === localStorage.selectedTheme) { addedTheme = theme.element; - document.head.insertBefore(theme.element, style); + document.head.insertBefore(theme.element, customCss); } }