This commit is contained in:
sirx 2016-11-05 18:22:09 +01:00
parent 135d1be98f
commit 1f1ab71c72

View File

@ -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);
}
}