Sandrine Guétin
Version propre de DeepVest
2106f78
raw
history blame
288 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply antialiased text-gray-900;
}
}
@layer components {
.prose {
@apply max-w-none;
}
}
@layer utilities {
.bg-gradient {
@apply bg-gradient-to-br from-blue-500 to-purple-600;
}
}