tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Fix webkit mask
bwc9876.dev
2 years ago
6401a186
d7b5af1b
+2
1 changed file
expand all
collapse all
unified
split
src
pages
index.astro
+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
167
+
-webkit-mask: url("/pfp-lines.svg") no-repeat 50% 50%;
168
168
+
-webkit-mask-size: cover;
167
169
mask-size: cover;
168
170
display: inline-block;
169
171
position: absolute;