mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 12:14:24 +01:00
11 lines
160 B
CSS
11 lines
160 B
CSS
@import 'tailwindcss';
|
|
@plugin '@tailwindcss/typography';
|
|
|
|
main a {
|
|
text-decoration: revert;
|
|
}
|
|
|
|
a.rounded-full, a.rounded-xl {
|
|
text-decoration: none;
|
|
}
|