Fix sudden weird underline bug

pull/465/head
Lim Chee Aun 2024-03-26 13:49:14 +08:00
rodzic c8c96f08ac
commit 438b520970
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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