diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 435151b27..6df2a2efb 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -329,7 +329,7 @@ a { text-decoration: none; background-color: transparent; } -a:hover, a:hover span { +a:hover, a:hover .linked_timestamp { color: var(--primary); text-decoration: underline; } diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 11d4cbb4d..d575245c6 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -126,7 +126,7 @@ {% if p.edited_utc %} {% if v and (v.id == p.author_id or v.admin_level >= PERMS['VIEW_VERSIONS']) %} - Edited {{p.edited_string}} + Edited {{p.edited_string}} {% else %} Edited {{p.edited_string}} {% endif %}