feat: add theme switcher to support dark mode

This commit is contained in:
Xin
2023-07-30 21:50:41 +01:00
parent 923f794d29
commit e99f44319a
7 changed files with 75 additions and 5 deletions

View File

@ -13,7 +13,7 @@ html {
}
body {
@apply bg-white text-gray-900;
@apply w-full bg-white dark:bg-dark dark:text-gray-100;
}
:root {