anycoder-4d1c0cbc / styles /globals.css
LukeDunsMoto's picture
Upload styles/globals.css with huggingface_hub
41fcf59 verified
Raw
History Blame Contribute Delete
274 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
scroll-behavior: smooth;
}
body {
@apply antialiased;
}
}
@layer components {
.prose {
@apply text-gray-700;
}
.prose p {
@apply mb-4 leading-relaxed;
}
}