Skip to content

Commit 24dd9eb

Browse files
committed
Be more specific in selecting href to "external" sites
...and thus avoid selecting the "internal" link to language/operators#infix_// as seen in doc/Language/typesystem.pod6
1 parent e8c626b commit 24dd9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ div.highlight span.c-Singleline, div.highlight span.c {
580580
}
581581
}
582582

583-
a[href*="//"]:not([href*="perl6.org"])::after,
583+
a[href*="://"]:not([href*="perl6.org"])::after,
584584
[href="https://perl6.org"]::after,
585585
[href="/webchat.html"]::after,
586586
[href="/examples.html"]::after {

0 commit comments

Comments
 (0)