1
0
Fork 0

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.
This commit is contained in:
Lim Chee Aun 2022-12-16 13:30:07 +08:00
parent 665b908698
commit ec0b76901a

View file

@ -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);
}