hexo-theme-stellar/source/js/plugins/darkmode.js

7 lines
77 B
JavaScript

// darkmode
const darkmode = {
toggle: () => {
alert("toggle");
},
}