diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index d3d76ad0a9..dfeae02c73 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -69,6 +69,9 @@
a[role="link"]:hover {
text-decoration: underline;
}
+ a[role="link"][data-no-underline="1"]:hover {
+ text-decoration: none;
+ }
/* Styling hacks */
*[data-word-wrap] {