Thread viewer for Bluesky
at master 29 lines 442 B view raw
1<div id="tangled"> 2 <a href="https://tangled.org/mackuba.eu/skythread" target="_blank"> 3 <img src="icons/tangled_dolly.svg" alt="Tangled"> 4 </a> 5</div> 6 7<style> 8 #tangled { 9 position: fixed; 10 bottom: 10px; 11 right: 10px; 12 z-index: 10; 13 } 14 15 img { 16 width: 20px; 17 opacity: 0.4; 18 } 19 20 a:hover img { 21 opacity: 0.6; 22 } 23 24 @media (prefers-color-scheme: dark) { 25 #tangled { 26 filter: invert(); 27 } 28 } 29</style>