Files for my website bwc9876.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix webkit mask

Ben C 6401a186 d7b5af1b

+2
+2
src/pages/index.astro
··· 164 164 animation: pop var(--anim-props); 165 165 content: ""; 166 166 mask: url("/pfp-lines.svg") no-repeat 50% 50%; 167 + -webkit-mask: url("/pfp-lines.svg") no-repeat 50% 50%; 168 + -webkit-mask-size: cover; 167 169 mask-size: cover; 168 170 display: inline-block; 169 171 position: absolute;