Skip to content

Commit

Permalink
fix(Stars): Luminance don't work on Chrome based browser
Browse files Browse the repository at this point in the history
  • Loading branch information
godetremy committed Dec 22, 2024
1 parent d265296 commit cb6ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StarsMask.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
.stars {
width: 100%;
height: 100%;
mask: url("/StarsMask.png") luminance repeat;
mask: url("/StarsMask.png") repeat;
}
</style>

0 comments on commit cb6ea9a

Please sign in to comment.