From fda087ed8183dfd1abdf93da1e2b1af948f1f54f Mon Sep 17 00:00:00 2001 From: Loris Cro Date: Mon, 4 Sep 2023 18:56:45 +0200 Subject: [PATCH] autodoc: style links in source code --- lib/docs/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/docs/index.html b/lib/docs/index.html index df70b8c205..b6f4e9c1df 100644 --- 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; }