5 lines
70 B
CSS
5 lines
70 B
CSS
|
|
.sketch-overlay {
|
||
|
|
fill: url(#streaks);
|
||
|
|
mix-blend-mode: overlay;
|
||
|
|
}
|