|
|
@ -14,8 +14,9 @@ |
|
|
|
document.documentElement.className += " " + "dark-forest-theme-applied"; |
|
|
|
document.documentElement.className += " " + "dark-forest-theme-applied"; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
document.getElementsByClassName("layout-container")[0].style.visibility = "visible"; |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document.getElementsByClassName("layout-container")[0].style.visibility = "visible"; |
|
|
|
} |
|
|
|
} |
|
|
|
window.onload = applyCustomMode() |
|
|
|
window.onload = applyCustomMode() |
|
|
|
</script> |
|
|
|
</script> |
|
|
|