diff --git a/app/public/app.js b/app/public/app.js index 86c6617..1596389 100644 --- a/app/public/app.js +++ b/app/public/app.js @@ -317,7 +317,7 @@ globalThis.toggle_metadata_css = (e) => { METADATA_CSS_ENABLED = !METADATA_CSS_ENABLED; if (!METADATA_CSS_ENABLED) { media_theme_pref(); // user user theme - document.documentElement.classList.add("no_meta"); // remove css + document.getElementById("metadata_css").remove(); // remove css // reset colored text for (const element of Array.from(