vod frog, frog with the vods
5
fork

Configure Feed

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

leaves: multiply blend mode, behind cards (z-index -1)

goose.art 22cc0ed6 eff1f5ed

+3 -3
+1 -1
src/lib/MeshBackground.svelte
··· 52 52 .mesh-bg { 53 53 position: fixed; 54 54 inset: 0; 55 - z-index: -1; 55 + z-index: -2; 56 56 overflow: hidden; 57 57 } 58 58
+2 -2
src/lib/PlantOverlay.svelte
··· 10 10 .plant-overlay { 11 11 position: fixed; 12 12 inset: 0; 13 - z-index: 100; 13 + z-index: -1; 14 14 pointer-events: none; 15 15 overflow: hidden; 16 + mix-blend-mode: multiply; 16 17 } 17 18 18 19 .leaves { ··· 21 22 width: 100%; 22 23 height: 100%; 23 24 object-fit: cover; 24 - opacity: 0.85; 25 25 } 26 26 27 27 @media (max-width: 768px) {