DARK MODE
This commit is contained in:
parent
06a5ca3dee
commit
e534f234d1
|
@ -5,6 +5,6 @@ import { apply } from "twind";
|
||||||
export default {
|
export default {
|
||||||
selfURL: import.meta.url,
|
selfURL: import.meta.url,
|
||||||
preflight: {
|
preflight: {
|
||||||
body: apply("bg-gray-900 text-white"),
|
body: apply("bg-white text-black dark:bg-gray-900 dark:text-white"),
|
||||||
},
|
},
|
||||||
} as Options;
|
} as Options;
|
||||||
|
|
Loading…
Reference in a new issue