commented out darkmode for now
This commit is contained in:
parent
dc5247c4db
commit
7a669aa05e
@ -2,11 +2,11 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply bg-white dark:bg-gray-950;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
/*html,*/
|
||||
/*body {*/
|
||||
/* @apply bg-white dark:bg-gray-950;*/
|
||||
/**/
|
||||
/* @media (prefers-color-scheme: dark) {*/
|
||||
/* color-scheme: dark;*/
|
||||
/* }*/
|
||||
/*}*/
|
||||
|
Loading…
Reference in New Issue
Block a user