mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
docs: Restrict underlining links to the body
Adding the underline in the list of sections makes them bleed together, making it hard to discern where one ends and the other begins. In the body of the text we don't have that issue - multiple links are rarely next to each other. Fixes #8439
This commit is contained in:
parent
57eccb7e1e
commit
6b7fe49858
|
@ -374,7 +374,8 @@ kbd {
|
|||
padding: 0.1em 0.3em;
|
||||
}
|
||||
|
||||
.internal.reference:link {
|
||||
div.body .internal.reference:link {
|
||||
/* Underline links in the body of the text */
|
||||
text-decoration: underline;
|
||||
}
|
||||
.std-envvar::before {
|
||||
|
|
Loading…
Reference in New Issue
Block a user