atproto explorer

change notif light theme bg

+2 -4
+2 -4
src/layout.tsx
··· 53 <Tooltip text="Go to repo"> 54 <A href={`/at://${agent()?.sub}`} class="iconify lucide--book-user text-xl"></A> 55 </Tooltip> 56 - </Show> 57 - <Show when={agent()}> 58 <RecordEditor create={true} /> 59 </Show> 60 </div> 61 - <div class="flex basis-1/3 items-center justify-center text-center"> 62 <A 63 href="/" 64 style='font-feature-settings: "cv05"' ··· 95 </div> 96 <Show when={notif().show}> 97 <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" 99 onClick={() => setNotif({ show: false })} 100 > 101 <span class={`iconify ${notif().icon} mr-1`}></span>
··· 53 <Tooltip text="Go to repo"> 54 <A href={`/at://${agent()?.sub}`} class="iconify lucide--book-user text-xl"></A> 55 </Tooltip> 56 <RecordEditor create={true} /> 57 </Show> 58 </div> 59 + <div class="flex basis-1/3 justify-center"> 60 <A 61 href="/" 62 style='font-feature-settings: "cv05"' ··· 93 </div> 94 <Show when={notif().show}> 95 <button 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" 97 onClick={() => setNotif({ show: false })} 98 > 99 <span class={`iconify ${notif().icon} mr-1`}></span>