Disable this faded out hash character

It's annoying when folks post many many hashtags in a sentence but at the same time I need this to be the "identifier" that it's a link and clickable

As Phanpy doesn't handle hashtag links yet (in itself), this needs to be distinct.
pull/7/head
Lim Chee Aun 2022-12-16 13:30:07 +08:00
rodzic 665b908698
commit ec0b76901a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -24,9 +24,9 @@ a.mention span {
text-decoration-line: underline;
text-decoration-color: inherit;
}
a.mention:has(span).hashtag {
/* a.mention:has(span).hashtag {
color: var(--link-light-color);
}
} */
a.mention span {
color: var(--text-color);
}