mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
Revert "Merge branch 'master' into develop"
This reverts commit500d2ecf34, reversing changes made toed1716c23c.
This commit is contained in:
2
main.css
2
main.css
@@ -5419,4 +5419,4 @@ button.toggleSettings,
|
||||
}
|
||||
#sharefilebutton{
|
||||
display:none!important;
|
||||
}
|
||||
}
|
||||
3
main.js
3
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user