find this code :
null!==localStorage&&"dark"==localStorage.getItem("theme")&&(document.querySelector("html").className="dark-mode");replace with this :
Setting Template JetTheme - JetTheme
null==localStorage.getItem("theme")&&(localStorage.setItem("theme","dark"),document.querySelector("html").className="dark-mode"),"dark"==localStorage.getItem("theme")&&(document.querySelector("html").className="dark-mode");
上の通り
0 comments:
コメントを投稿
スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。
注: コメントを投稿できるのは、このブログのメンバーだけです。