Skip to content

Commit

Permalink
Be more specific in selecting href to "external" sites
Browse files Browse the repository at this point in the history
...and thus avoid selecting the "internal" link to language/operators#infix_//
as seen in doc/Language/typesystem.pod6
  • Loading branch information
stoned committed Dec 29, 2019
1 parent e8c626b commit 24dd9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Expand Up @@ -580,7 +580,7 @@ div.highlight span.c-Singleline, div.highlight span.c {
}
}

a[href*="//"]:not([href*="perl6.org"])::after,
a[href*="://"]:not([href*="perl6.org"])::after,
[href="https://perl6.org"]::after,
[href="/webchat.html"]::after,
[href="/examples.html"]::after {
Expand Down

0 comments on commit 24dd9eb

Please sign in to comment.