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;
}