diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..f61ff83 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +vdo.versuscam.com \ No newline at end of file diff --git a/main.css b/main.css index 440693a..e51ca3d 100644 --- a/main.css +++ b/main.css @@ -5419,4 +5419,4 @@ button.toggleSettings, } #sharefilebutton{ display:none!important; -} \ No newline at end of file +} diff --git a/main.js b/main.js index a98da19..51dc6ec 100644 --- a/main.js +++ b/main.js @@ -2359,7 +2359,6 @@ 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" ); // already set as default. } } catch(e){errorlog(e);} @@ -6082,4 +6081,4 @@ async function main(){ // main asyncronous thread; mostly initializes the user s }; script.src = "./thirdparty/polyfill.min.js"; // dynamically load this only if its needed. Keeps loading time down. },100); -} \ No newline at end of file +}