Add dark mode toggle

Finally, it won't be all dark all the time!
This commit is contained in:
Jake Howard 2022-06-12 18:06:17 +01:00
parent 553e393ba4
commit 27c0d64122
Signed by: jake
GPG key ID: 57AFB45680EDD477
4 changed files with 39 additions and 3 deletions

View file

@ -18,6 +18,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"bulma": "^0.9.4"
"bulma": "^0.9.4",
"darkmode-js": "^1.5.7"
}
}