forked from pdsls.dev/pdsls
atproto explorer

remove blue color from navbar

juli.ee e526c80f b28653b5

verified
Changed files
+4 -8
src
components
+4 -8
src/components/navbar.tsx
··· 37 37 </Tooltip> 38 38 <Show when={pds()}> 39 39 <Show when={props.params.repo}> 40 - <A 41 - end 42 - href={pds()!} 43 - inactiveClass="text-blue-400 w-full hover:underline active:underline" 44 - > 40 + <A end href={pds()!} inactiveClass="w-full hover:underline active:underline"> 45 41 {pds()} 46 42 </A> 47 43 </Show> ··· 83 79 <A 84 80 end 85 81 href={`/at://${props.params.repo}`} 86 - inactiveClass="text-blue-400 hover:underline active:underline w-full" 82 + inactiveClass="hover:underline active:underline w-full" 87 83 > 88 84 {showHandle() ? handle() : props.params.repo} 89 85 </A> ··· 115 111 <A 116 112 end 117 113 href={`/at://${props.params.repo}/labels`} 118 - inactiveClass="text-blue-400 grow hover:underline active:underline" 114 + inactiveClass="grow hover:underline active:underline" 119 115 > 120 116 labels 121 117 </A> ··· 130 126 <A 131 127 end 132 128 href={`/at://${props.params.repo}/${props.params.collection}`} 133 - inactiveClass="text-blue-400 w-full hover:underline active:underline" 129 + inactiveClass="w-full hover:underline active:underline" 134 130 > 135 131 {props.params.collection} 136 132 </A>