hugex-gh / app /tailwind.css
drbh
Initial commit from create-remix
1b70735
raw
history blame contribute delete
180 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply bg-white dark:bg-gray-950;
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
}