about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bskyweb/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index d3d76ad0a..dfeae02c7 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] {