xd
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user