diff --git a/main.js b/main.js index 341ab1c..512ea35 100644 --- a/main.js +++ b/main.js @@ -1771,7 +1771,7 @@ async function main(){ // main asyncronous thread; mostly initializes the user s document.querySelector(':root').style.setProperty('--background-color',"#02050c" ); } else { document.body.classList.remove("darktheme"); - document.querySelector(':root').style.setProperty('--background-color',"#141926" ); + //document.querySelector(':root').style.setProperty('--background-color',"#141926" ); } } catch(e){errorlog(e);} @@ -4573,4 +4573,4 @@ setTimeout(function(){ // lazy load script.src = "./thirdparty/StreamSaver.js?v=10"; // dynamically load this only if its needed. Keeps loading time down. }; script.src = "./thirdparty/polyfill.min.js"; // dynamically load this only if its needed. Keeps loading time down. -},0); \ No newline at end of file +},0);