Fix sudden weird underline bug

This commit is contained in:
Lim Chee Aun 2024-03-26 13:49:14 +08:00
parent c8c96f08ac
commit 438b520970

View file

@ -813,6 +813,10 @@
text-decoration: none;
text-decoration-color: transparent;
color: var(--link-text-color);
span {
text-decoration: none;
}
}
}