JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
7
fork

Configure Feed

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

feat: wee link hover

Mary ba9e0c0c 637cb47d

+4
+4
src/lib/components/embeds/video-standalone-embed.svelte
··· 125 125 width: 40%; 126 126 height: 40%; 127 127 } 128 + 129 + .link:hover & { 130 + background: rgba(64, 64, 64, 0.8); 131 + } 128 132 } 129 133 130 134 .hack {