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:
parent
665b908698
commit
ec0b76901a
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ a.mention span {
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
text-decoration-color: inherit;
|
text-decoration-color: inherit;
|
||||||
}
|
}
|
||||||
a.mention:has(span).hashtag {
|
/* a.mention:has(span).hashtag {
|
||||||
color: var(--link-light-color);
|
color: var(--link-light-color);
|
||||||
}
|
} */
|
||||||
a.mention span {
|
a.mention span {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue