mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 06:31:29 -04:00
feat: add theme switcher to support dark mode
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user