mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
various fixes
This commit is contained in:
@@ -41,4 +41,7 @@ function resetTheme() {
|
||||
theme = {huerotate:0, background:'/img/lowpolyBackground.svg', readablebrightness:0.3, rainbow:0};
|
||||
localStorage.setItem('theme', JSON.stringify(theme));
|
||||
updateCSS();
|
||||
if (window.location.href.includes('/theme/')) {
|
||||
resetThemeControls();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user