diff --git a/web/index.html b/web/index.html index d6b17a10..dc0e8a45 100644 --- a/web/index.html +++ b/web/index.html @@ -63,6 +63,9 @@ a.upub-title:hover { text-decoration: underline; } + a.hover { + text-decoration: none; + } a.hover:hover { text-decoration: underline; } diff --git a/web/src/lib.rs b/web/src/lib.rs index 8e406376..aefef588 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -182,11 +182,11 @@ pub fn ActorBanner(object: serde_json::Value) -> impl IntoView {
+ | {display_name} | |
{username}@{domain} | +{username}@{domain} |