Skip to content

Commit

Permalink
Use absolute path for asset
Browse files Browse the repository at this point in the history
So it's insensitive to location of CSS file.
  • Loading branch information
zoffixznet committed Dec 22, 2016
1 parent 6b4b850 commit cd078bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -567,5 +567,5 @@ div.highlight span.c-Singleline, div.highlight span.c {
}

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

0 comments on commit cd078bf

Please sign in to comment.