commented out darkmode for now

This commit is contained in:
christian 2024-11-03 12:58:50 +01:00
parent dc5247c4db
commit 7a669aa05e

View File

@ -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;*/
/* }*/
/*}*/