Skip to content

Commit 2ad929a

Browse files
authored
Update packages/site-kit/src/lib/components/Text.svelte
1 parent 6a0153e commit 2ad929a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
}
348348
349349
:root.dark & {
350-
background: url(../icons/hash-dark.svg) 50% 50% no-repeat;
350+
background-image: url(../icons/hash-dark.svg);
351351
}
352352
353353
@media (min-width: 768px) {

0 commit comments

Comments
 (0)