this repo has no description
0
fork

Configure Feed

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

Fix multiple overlapping opacity filter

+5
+5
src/cloak-mode.css
··· 12 12 text-rendering: optimizeSpeed; 13 13 filter: opacity(0.5); 14 14 } 15 + body.cloak .name-text *, 16 + body.cloak .status .content-container *, 17 + body.cloak .account-container :is(header, main > *:not(.actions)) * { 18 + filter: none; 19 + } 15 20 16 21 body.cloak .status :is(img, video, audio), 17 22 body.cloak .avatar,