mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
Revert "Merge branch 'master' into develop"
This reverts commit 500d2ecf349c89563db2cb5d2ac03000d213c64b, reversing changes made to ed1716c23ce8a2564e709c3b58b3bf4e82d33249.
This commit is contained in:
parent
500d2ecf34
commit
70262002db
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);
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user