simple list of pds servers with open registration
1
fork

Configure Feed

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

Remove featured/golden distinction from moove buttons

+4 -15
+4 -15
backend/routes/pages.ts
··· 188 188 display: inline-block; 189 189 padding: 0.2rem 0.5rem; 190 190 font-size: 0.75rem; 191 - border: 1px solid var(--muted); 191 + border: 1px solid var(--blue); 192 192 border-radius: 3px; 193 - color: var(--muted); 193 + color: var(--blue); 194 194 text-decoration: none; 195 195 white-space: nowrap; 196 196 } 197 - .move-btn:hover { background: var(--muted); color: #fff; } 198 - .move-btn.featured { 199 - border-color: #ca8a04; 200 - color: #ca8a04; 201 - background: #fefce8; 202 - } 203 - .move-btn.featured:hover { background: #ca8a04; color: #fff; } 204 - @media (prefers-color-scheme: dark) { 205 - .move-btn.featured { background: #422006; } 206 - } 197 + .move-btn:hover { background: var(--blue); color: #fff; } 207 198 .empty { text-align: center; padding: 3rem 1rem; color: var(--muted); } 208 199 footer { 209 200 margin-top: 2rem; ··· 338 329 } 339 330 </span> 340 331 </td> 341 - <td><a class="move-btn${ 342 - hasEmail ? " featured" : "" 343 - }" href="https://pdsmoover.com/moover/${ 332 + <td><a class="move-btn" href="https://pdsmoover.com/moover/${ 344 333 esc(hostname) 345 334 }" target="_blank" rel="noopener">Moove here</a></td> 346 335 </tr>`;