commit fda087ed8183dfd1abdf93da1e2b1af948f1f54f (tree) parent 0e8f130aedce1e17299a8505bf997ae06e83b334 Author: Loris Cro <kappaloris@gmail.com> Date: Mon, 4 Sep 2023 18:56:45 +0200 autodoc: style links in source code Diffstat:
| M | lib/docs/index.html | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/lib/docs/index.html b/lib/docs/index.html @@ -36,6 +36,11 @@ text-decoration: none; } + pre a { + text-decoration: underline; + color: unset; + } + a:hover { text-decoration: underline; }