Skip to content

Commit 6a0153e

Browse files
committed
chore: replace permlink icon with hash icon
1 parent 9ba7bf7 commit 6a0153e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/site-kit/src/lib/components/Text.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
a.permalink {
336336
position: absolute !important;
337337
display: block;
338-
background: url(../icons/link.svg) 50% 50% no-repeat;
338+
background: url(../icons/hash-light.svg) 50% 50% no-repeat;
339339
background-size: 1em 1em;
340340
width: 1.2em;
341341
height: 0.8em;
@@ -346,6 +346,10 @@
346346
scale: 0.8;
347347
}
348348
349+
:root.dark & {
350+
background: url(../icons/hash-dark.svg) 50% 50% no-repeat;
351+
}
352+
349353
@media (min-width: 768px) {
350354
left: 0.7em;
351355
opacity: 0;

0 commit comments

Comments
 (0)