2025-06-17 18:10:56 +02:00

11 lines
160 B
CSS

@import 'tailwindcss';
@plugin '@tailwindcss/typography';
main a {
text-decoration: revert;
}
a.rounded-full, a.rounded-xl {
text-decoration: none;
}