Swap darkmode-js for darkreader

darkreader is more customizable, and doesn't do weird things to images. Being able to use CSS-native animations is also much simpler
This commit is contained in:
Jake Howard 2022-06-19 15:53:44 +01:00
parent 8e1426c8ea
commit 00e1d28f4e
Signed by: jake
GPG key ID: 57AFB45680EDD477
6 changed files with 25 additions and 41 deletions

View file

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