/* ==UserStyle== @name Bluesky - Tweaks @description Miscellaneous style overrides for Bluesky. @version 2025.10.08.00.44 @author MetalTxus @namespace https://github.com/jesuscc1993/ @license CC BY-SA 4.0 @preprocessor stylus ==/UserStyle== */ @-moz-document domain("bsky.app") { /* highlight reposts */ [class*="css"]:has(> * > * > * > [aria-label*="Reposted by"]) { background: #25334266; } /* hide comments/retweet/quote/etc until hovered */ [data-testid^="feedItem"]:not(:hover) .r-13awgt0 > .css-175oi2r:last-child { display: none; } /* center attachments */ [data-testid="contentHider-post"] .css-g5y9jx[style*="flex"]:has([data-expoimage="true"]) { justify-content: center; } } @-moz-document domain("embed.bsky.app") { /* dark embeds */ body { background: #2e4052; filter: invert(1) hue-rotate(180deg); .bg-white { &, &:hover { background: #d8e0e9; } } .border { border-color: #adbfd1; } svg, img, video { filter: invert(1) hue-rotate(180deg); } } }