From ec0b76901a47d73944e7f855763ecb6aecdeedcd Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 16 Dec 2022 13:30:07 +0800 Subject: [PATCH] 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. --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 4066f34..3cdd82e 100644 --- a/src/app.css +++ b/src/app.css @@ -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); }