A tool for measuring the coverage of Bluesky/ATProto relays
9
fork

Configure Feed

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

added link to mackuba.eu profile in the footer

+9 -14
+8 -13
public/style.css
··· 26 26 } 27 27 28 28 a { 29 - color: hsl(220, 70%, 52%); 29 + color: #333; 30 30 text-decoration: none; 31 31 } 32 32 ··· 76 76 77 77 #results tr:nth-child(odd) { 78 78 background-color: hsla(220, 50%, 82%, 0.2); 79 - } 80 - 81 - #results a { 82 - color: #333; 83 - text-decoration: none; 84 - } 85 - 86 - #results a:hover { 87 - text-decoration: underline; 88 79 } 89 80 90 81 td.icon { ··· 108 99 font-size: 10pt; 109 100 } 110 101 102 + footer .sub a { 103 + color: hsl(220, 70%, 52%); 104 + } 105 + 111 106 @media (prefers-color-scheme: dark) { 112 107 body { 113 108 color: #ccc; 114 109 } 115 110 116 111 a { 117 - color: hsl(220, 90%, 60%); 112 + color: #ccc; 118 113 } 119 114 120 115 #tangled { ··· 138 133 background-color: hsla(220, 40%, 40%, 0.2); 139 134 } 140 135 141 - #results a { 142 - color: #ccc; 136 + footer .sub a { 137 + color: hsl(220, 90%, 60%); 143 138 } 144 139 }
+1 -1
views/layout.erb
··· 16 16 </div> 17 17 18 18 <footer> 19 - <p>© Kuba Suder (@mackuba.eu)</p> 19 + <p>© Kuba Suder (<a href="https://bsky.app/profile/did:plc:oio4hkxaop4ao4wz2pp3f4cr" target="_blank">@mackuba.eu</a>)</p> 20 20 <p class="sub"><a href="https://tangled.org/mackuba.eu/pulsar">Add your relay here</a><p> 21 21 </footer> 22 22 </body>