diff --git a/lib/docs/index.html b/lib/docs/index.html index df70b8c2052591abbb789c71986adae2b9cd08ad..b6f4e9c1df5ef6502c9c4f5bd5380fc465f39380 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; }