From dad5f4a6b8a627caef73bf56a2f97e5f6ba4b37d Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Sat, 23 Sep 2023 06:13:25 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix=20link=20design?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.content.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style.content.css b/src/style.content.css index e2b6c37..b5b29a4 100644 --- a/src/style.content.css +++ b/src/style.content.css @@ -78,6 +78,9 @@ color: #fff; text-decoration: none; } +.bsky-user-content .content .display-name a:hover { + text-decoration: underline; +} .bsky-user-content .content .handle { font-size: 14px; color: #ccc;