mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 20:49:01 +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;
|
|
}
|