about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index ea08e9d55..f88fd727b 100644
--- a/web/index.html
+++ b/web/index.html
@@ -67,6 +67,9 @@
       a[role="link"]:hover {
         text-decoration: underline;
       }
+      a[role="link"][data-no-underline="1"]:hover {
+        text-decoration: none;
+      }
 
       /* Styling hacks */
       *[data-word-wrap] {