Commit 98fa065de7

Jay Weisskopf <jay@jayschwa.net>
2019-04-09 05:54:36
docs: Underline link when hovering over it
In addition to the pointer, this gives some visual feedback to the user that the element is interactive. This is a very common style pattern across the web.
1 parent bddbbef
Changed files (1)
doc/langref.html.in
@@ -8,7 +8,7 @@
       body{
         font-family: system-ui, -apple-system, Roboto, "Segoe UI", sans-serif;
       }
-      a {
+      a:not(:hover) {
         text-decoration: none;
       }
       table, th, td {