atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

backlinks border color

Juliet c5b6fdef ea3c2365

+3 -3
+3 -3
src/components/backlinks.tsx
··· 148 148 return ( 149 149 <A 150 150 href={`${props.pathname}#backlinks:${group.collection}`} 151 - class="flex items-center justify-between gap-3 rounded-lg border border-neutral-200 px-3 py-2 text-left hover:bg-neutral-200/50 dark:border-neutral-700 dark:hover:bg-neutral-800" 151 + class="flex items-center justify-between gap-3 rounded-lg border border-neutral-300 px-3 py-2 text-left hover:bg-neutral-200/50 dark:border-neutral-700 dark:hover:bg-neutral-800" 152 152 > 153 153 <div class="flex min-w-0 flex-1 items-center gap-2"> 154 154 <Favicon domain={authority()} reverse /> ··· 193 193 </div> 194 194 <For each={props.entries}> 195 195 {(entry) => ( 196 - <div class="overflow-hidden rounded-lg border border-neutral-200 dark:border-neutral-700"> 197 - <div class="flex items-center justify-between gap-3 border-b border-neutral-200 px-3 py-2 text-sm dark:border-neutral-700"> 196 + <div class="overflow-hidden rounded-lg border border-neutral-300 dark:border-neutral-700"> 197 + <div class="flex items-center justify-between gap-3 border-b border-neutral-300 px-3 py-2 text-sm dark:border-neutral-700"> 198 198 <span class="min-w-0 truncate text-neutral-700 dark:text-neutral-300"> 199 199 {entry.path.slice(1)} 200 200 </span>