implement dark mode

This commit is contained in:
checktheroads
2021-04-25 20:11:46 -07:00
parent d7d004b48e
commit 2b159fc40f
55 changed files with 1850 additions and 969 deletions

View File

@@ -7,7 +7,7 @@
"esModuleInterop": true,
"isolatedModules": true,
"noUnusedLocals": true,
"declaration": true,
"declaration": false,
"module": "esnext",
"target": "esnext",
"jsx": "react",