diff --git a/twind.config.ts b/twind.config.ts index dfadd8c..f7e89b9 100644 --- a/twind.config.ts +++ b/twind.config.ts @@ -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;