Files
Trilium/apps/website/src/app.css

11 lines
160 B
CSS
Raw Normal View History

@import 'tailwindcss';
@plugin '@tailwindcss/typography';
2025-06-17 17:01:13 +02:00
main a {
text-decoration: revert;
}
a.rounded-full, a.rounded-xl {
text-decoration: none;
}