From ff59da57b01646d599fcfe085fb869bfe09f19fb Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 25 Jul 2025 19:12:16 -0400 Subject: [PATCH] fix: high contrast toggle --- app/public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(