feat(web): persist darkmode preference

This commit is contained in:
Paul Armstrong
2021-02-20 08:20:17 -06:00
committed by Blake Blackshear
parent 5ed7a17f46
commit 276ce8710c
9 changed files with 195 additions and 83 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
module.exports = {
purge: ['./public/**/*.html', './src/**/*.jsx'],
darkMode: 'media',
darkMode: 'class',
theme: {
extend: {},
},