This website requires JavaScript.
Explore
Help
Register
Sign In
xaoxuu
/
hexo-theme-stellar
mirror of
https://github.com/xaoxuu/hexo-theme-stellar
Watch
1
Star
0
Fork
You've already forked hexo-theme-stellar
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d28ebb3adf
hexo-theme-stellar
/
source
/
js
/
plugins
/
darkmode.js
7 lines
77 B
JavaScript
Raw
Blame
History
// darkmode
const
darkmode
=
{
toggle
:
(
)
=>
{
alert
(
"toggle"
)
;
}
,
}
Reference in New Issue
View Git Blame
Copy Permalink