theme.js
Raw
1(function(){try{var m=document.cookie.match(/(?:^|;)\s*theme=([^;]+)/);var t=m&&m[1];if(t==='dark'||t==='light')document.documentElement.setAttribute('data-theme',t)}catch(e){}})()
2