We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4842ad commit cbea964Copy full SHA for cbea964
src/styles/theme.css
@@ -76,7 +76,7 @@ h2 > a > span.icon {
76
height: var(--size-4);
77
padding: var(--size-2);
78
display: inline-block;
79
- background-image: url(/assets/link.svg);
+ background-image: url("../assets/link.svg");
80
background-size: var(--size-3) var(--size-3);
81
background-repeat: no-repeat;
82
background-position-y: center;
0 commit comments