Files
gameyfin/frontend/main.css
T
grimsi 3b72c843db Added ProfileMenu
Bit of refactoring
2024-05-19 11:48:00 +02:00

9 lines
177 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.gradient-primary {
@apply bg-gradient-to-br from-primary-400 to-primary-700;
}
}