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 background for even rows

+8
+8
public/style.css
··· 74 74 padding: 6px 10px; 75 75 } 76 76 77 + #results tr:nth-child(odd) { 78 + background-color: hsla(220, 50%, 82%, 0.2); 79 + } 80 + 77 81 #results a { 78 82 color: #333; 79 83 text-decoration: none; ··· 128 132 129 133 #results th { 130 134 background-color: hsl(220, 75%, 20%); 135 + } 136 + 137 + #results tr:nth-child(odd) { 138 + background-color: hsla(220, 40%, 40%, 0.2); 131 139 } 132 140 133 141 #results a {