Nájdených 239 výsledkov
(() => { try { const e = document.documentElement; let o = "light"; window.LAVDIN_FORCE_DARK_THEME = false; window.LAVDIN_FORCE_LIGHT_THEME = true; e.classList.add(o + "-theme"); e.setAttribute("data-theme", o); e.setAttribute("data-bs-theme", o); localStorage.setItem("lavdin-theme", o); const c = localStorage.getItem("lavdin-graphics") || "standard"; e.setAttribute("data-graphics", c); e.classList.add("graphics-" + c); } catch (e) {} })();