From ea0352e51a735513010acf70b197551f5e7bcccd Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 23 Dec 2022 19:33:06 +0800 Subject: [PATCH] Maybe need this --- src/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.css b/src/app.css index e918cc9e..d6eb695d 100644 --- a/src/app.css +++ b/src/app.css @@ -23,6 +23,8 @@ a.mention { a.mention span { text-decoration-line: underline; text-decoration-color: inherit; + text-decoration-thickness: 2px; + text-underline-offset: 2px; } /* a.mention:has(span).hashtag { color: var(--link-light-color);