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