From 31aeba8ec3acc6c1a0fee364ac8932faefe21825 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 30 Mar 2024 23:00:33 +0300 Subject: [PATCH] Improve explanation text for comments, make abbr dotted again --- sass/_main.scss | 6 +++--- templates/partials/comments.html | 10 +--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/sass/_main.scss b/sass/_main.scss index 27bd965..5b734bc 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -161,10 +161,10 @@ blockquote { } } -abbr { +abbr[title] { cursor: help; - text-decoration: underline; - -webkit-text-decoration: underline; + text-decoration: underline dotted; + -webkit-text-decoration: underline dotted; } aside { diff --git a/templates/partials/comments.html b/templates/partials/comments.html index d5d34cd..20bf110 100644 --- a/templates/partials/comments.html +++ b/templates/partials/comments.html @@ -21,15 +21,7 @@ {% endif %}

Comments

- You can respond to this post with an account on the - Fediverse (e.g Mastodon, Akkoma, Sharkey or any Mastodon API compatible server). -

-

- - Since Fediverse is decentralized, you can use your existing Mastodon API compatible account if you don't - have an - account on this server. Known non-private replies are displayed below. - + You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below.