change repo hover bg color

juli.ee 6f5dd3b1 98b296f4

verified
Changed files
+1 -1
src
views
+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,