xd
This commit is contained in:
parent
135d1be98f
commit
1f1ab71c72
|
@ -23,7 +23,7 @@ function updateCss() {
|
||||||
|
|
||||||
if (theme.id === localStorage.selectedTheme) {
|
if (theme.id === localStorage.selectedTheme) {
|
||||||
addedTheme = theme.element;
|
addedTheme = theme.element;
|
||||||
document.head.insertBefore(theme.element, style);
|
document.head.insertBefore(theme.element, customCss);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user