Skip to content

Commit cd078bf

Browse files
authored
Use absolute path for asset
So it's insensitive to location of CSS file.
1 parent 6b4b850 commit cd078bf

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
@@ -567,5 +567,5 @@ div.highlight span.c-Singleline, div.highlight span.c {
567567
}
568568

569569
a[href*="//"]:not([href*="perl6.org"])::after {
570-
content: url(../images/External-link-04-bold-12x12.svg);
570+
content: url(/images/External-link-04-bold-12x12.svg);
571571
}

0 commit comments

Comments
 (0)