diff --git a/CNAME b/CNAME deleted file mode 100644 index f61ff83..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -vdo.versuscam.com \ No newline at end of file diff --git a/main.css b/main.css index e51ca3d..440693a 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 51dc6ec..a98da19 100644 --- a/main.js +++ b/main.js @@ -2359,6 +2359,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" ); // already set as default. } } catch(e){errorlog(e);} @@ -6081,4 +6082,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