mirror of
https://github.com/welpo/tabi.git
synced 2026-03-14 03:57:20 +01:00
1 line
254 B
JavaScript
1 line
254 B
JavaScript
!function(){const e=localStorage.getItem("theme");if(e)document.documentElement.setAttribute("data-theme",e);else{const t=window.matchMedia("(prefers-color-scheme: dark)").matches;document.documentElement.setAttribute("data-theme",t?"dark":"light")}}();
|