From 0b9f8c8976a015ab19273013524dfff7705ac5e2 Mon Sep 17 00:00:00 2001 From: versuscam <105965078+versuscam@users.noreply.github.com> Date: Sat, 21 May 2022 05:20:12 -0400 Subject: [PATCH] Update main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);