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 %}
- 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.