Skip to content

Commit ae00159

Browse files
Update custom.scss
1 parent a280182 commit ae00159

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

_sass/custom/custom.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@
2626
mask-repeat: no-repeat;
2727
}
2828

29+
.jinteki {
30+
-webkit-mask-image: url('https://raw.githubusercontent.com/MWDelaney/Netrunner-Icon-Font/master/Netrunner/svg/Jinteki%20Simple.svg');
31+
mask-image: url('https://raw.githubusercontent.com/MWDelaney/Netrunner-Icon-Font/master/Netrunner/svg/Jinteki%20Simple.svg');
32+
-webkit-mask-size: contain; /* Ensures the mask scales proportionally */
33+
mask-size: contain;
34+
-webkit-mask-repeat: no-repeat; /* Prevents repeat */
35+
mask-repeat: no-repeat;
36+
}
37+
2938

0 commit comments

Comments
 (0)