atproto explorer

change notif light theme bg

+2 -4
+2 -4
src/layout.tsx
··· 53 53 <Tooltip text="Go to repo"> 54 54 <A href={`/at://${agent()?.sub}`} class="iconify lucide--book-user text-xl"></A> 55 55 </Tooltip> 56 - </Show> 57 - <Show when={agent()}> 58 56 <RecordEditor create={true} /> 59 57 </Show> 60 58 </div> 61 - <div class="flex basis-1/3 items-center justify-center text-center"> 59 + <div class="flex basis-1/3 justify-center"> 62 60 <A 63 61 href="/" 64 62 style='font-feature-settings: "cv05"' ··· 95 93 </div> 96 94 <Show when={notif().show}> 97 95 <button 98 - class="dark:shadow-dark-900/80 dark:bg-dark-100/70 fixed bottom-10 z-50 flex items-center rounded-lg border-[0.5px] border-neutral-300 bg-neutral-100/70 p-2 shadow-md backdrop-blur-xs dark:border-neutral-700" 96 + class="dark:shadow-dark-900/80 dark:bg-dark-100/70 fixed bottom-10 z-50 flex items-center rounded-lg border-[0.5px] border-neutral-300 bg-white/70 p-2 shadow-md backdrop-blur-xs dark:border-neutral-700" 99 97 onClick={() => setNotif({ show: false })} 100 98 > 101 99 <span class={`iconify ${notif().icon} mr-1`}></span>