Underline links. Use CSS to add $ to envvar links

This commit is contained in:
Aaron Gyes
2021-11-06 14:08:23 -07:00
parent 579d1e190c
commit 94890c28d3
3 changed files with 12 additions and 5 deletions

View File

@@ -374,6 +374,12 @@ kbd {
padding: 0.1em 0.3em;
}
.internal.reference:link {
text-decoration: underline;
}
.std-envvar::before {
content: "$";
}
.footnote, .footnote-reference {
background-color: #ddddea;
font-size: 90%;