mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-25 12:28:27 +00:00
Update main.js
This commit is contained in:
parent
8275e35889
commit
0b9f8c8976
4
main.js
4
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);
|
||||
},0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user