This website works better with JavaScript.
Explore
Help
Register
Sign In
Alchemysts
/
portal
Watch
1
Star
0
Fork
You've already forked portal
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30
Commits
2
Branches
0
Tags
3.3 MiB
CSS
94.1%
JavaScript
3.6%
HTML
1.5%
Python
0.8%
Branch:
master
backup
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
portal
/
js
/
main
/
funcs
/
lights.js
4 lines
96 B
Raw
Permalink
Blame
History
function
toggleDarkMode
(
)
{
var
body
=
document
.
body
;
body
.
classList
.
toggle
(
"dark-mode"
)
;
}
Reference in new issue
Copy Permalink