rsnext/examples/with-redis/app/globals.css
2023-12-24 10:09:23 -06:00

12 lines
166 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-50;
}
input {
/** Remove shadow on Safari iOS */
-webkit-appearance: none;
}