@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.striped tr:nth-child(even) {
@apply bg-gray-100 dark:bg-gray-800
}