feat: implement dark mode

This commit is contained in:
Steven
2023-09-23 01:09:45 +08:00
parent 07e0bb2d4c
commit 3488cd04c0
28 changed files with 286 additions and 220 deletions

View File

@@ -5,7 +5,7 @@
body,
html,
#root {
@apply text-base w-full h-full dark:bg-zinc-800;
@apply text-base w-full h-full dark:bg-zinc-900;
}
@layer utilities {