docs: Underline *all* body links, not just internal ones

This commit is contained in:
Fabian Boehm 2023-10-18 18:35:02 +02:00
parent 7fa3dd1747
commit 913eddbdcf

View File

@ -639,7 +639,7 @@ kbd {
padding: 0.1em 0.3em;
}
div.body .internal.reference:link {
div.body a {
/* Underline links in the body of the text */
text-decoration: underline;
}