atproto explorer
0
fork

Configure Feed

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

change repo hover bg color

Juliet 6f5dd3b1 98b296f4

+1 -1
+1 -1
src/views/repo.tsx
··· 228 228 )} 229 229 > 230 230 {(authority) => ( 231 - <div class="flex flex-col rounded-lg p-1 hover:bg-neutral-200 dark:hover:bg-neutral-700"> 231 + <div class="dark:hover:bg-dark-200 flex flex-col rounded-lg p-1 hover:bg-neutral-200"> 232 232 <For 233 233 each={nsids()?.[authority].nsids.filter((nsid) => 234 234 filter() ? nsid.startsWith(filter()!.split(".").slice(2).join(".")) : true,