mirror of https://github.com/TriliumNext/Notes
fix(website): normal link styling
parent
3c21d97a8a
commit
d1583ca091
@ -1,2 +1,10 @@
|
|||||||
@import 'tailwindcss';
|
@import 'tailwindcss';
|
||||||
@plugin '@tailwindcss/typography';
|
@plugin '@tailwindcss/typography';
|
||||||
|
|
||||||
|
main a {
|
||||||
|
text-decoration: revert;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.rounded-full, a.rounded-xl {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue