mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 01:11:14 -03: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user