DARK MODE

This commit is contained in:
Daniel Flanagan 2022-09-30 09:37:27 -05:00
parent 06a5ca3dee
commit e534f234d1
Signed by untrusted user: lytedev-divvy
GPG key ID: 6D69CEEE4ABBCD82

View file

@ -5,6 +5,6 @@ import { apply } from "twind";
export default {
selfURL: import.meta.url,
preflight: {
body: apply("bg-gray-900 text-white"),
body: apply("bg-white text-black dark:bg-gray-900 dark:text-white"),
},
} as Options;