autodoc: style links in source code

This commit is contained in:
Loris Cro 2023-09-04 18:56:45 +02:00
parent 0e8f130aed
commit fda087ed81

View File

@ -36,6 +36,11 @@
text-decoration: none;
}
pre a {
text-decoration: underline;
color: unset;
}
a:hover {
text-decoration: underline;
}