You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2 lines
488 B

(()=>{const e="light",t=document.documentElement;let s=e;const a=window.localStorage.getItem("global_theming_selection");a?a.indexOf("system")>-1?s=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a.indexOf("dark")>-1&&(s="dark"):s=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",t.classList.contains("theme_"+s)||(t.classList.remove("theme_"+e),t.classList.add("theme_"+s))})();
//# sourceMappingURL=theme_head.6991036cc6ce1ab5eee1.js.map