image-converter-client/app/tailwind.css

13 lines
180 B
CSS
Raw Normal View History

2024-10-30 22:11:22 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply bg-white dark:bg-gray-950;
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
}