Commit fda087ed81

Loris Cro <kappaloris@gmail.com>
2023-09-04 18:56:45
autodoc: style links in source code
1 parent 0e8f130
Changed files (1)
lib
lib/docs/index.html
@@ -36,6 +36,11 @@
         text-decoration: none;
       }
 
+      pre a {
+        text-decoration: underline;
+        color: unset;
+      }
+
       a:hover {
         text-decoration: underline;
       }