Fix the dark theme from flashing at you every page load
This commit is contained in:
parent
df4979192e
commit
567b4a64fc
5 changed files with 29 additions and 8 deletions
3
static/nofade.js
Normal file
3
static/nofade.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
window.addEventListener("load", () => {
|
||||
document.body.classList.remove("preload");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue