mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 12:21:14 -03:00
Underline links. Use CSS to add $ to envvar links
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user