Update BlogPost.astro b851b377
Steve Simkins · 2024-11-04 22:32 1 file(s) · +1 −1
src/layouts/BlogPost.astro +1 −1
69 69
	</div>
70 70
	<button
71 71
		id="to-top-btn"
72 -
		class="z-90 fixed bottom-8 right-4 flex h-10 w-10 translate-y-28 items-center justify-center rounded-full border-2 border-transparent bg-black text-3xl opacity-0 transition-all duration-300 hover:border-zinc-400 data-[show=true]:translate-y-0 data-[show=true]:opacity-100 dark:bg-zinc-700 sm:right-8 sm:h-12 sm:w-12"
72 +
		class="z-90 fixed bottom-8 right-4 flex h-10 w-10 translate-y-28 items-center justify-center rounded-full border-2 border-transparent bg-zinc-900 text-3xl opacity-0 transition-all duration-300 hover:border-zinc-400 data-[show=true]:translate-y-0 data-[show=true]:opacity-100 dark:bg-zinc-700 sm:right-8 sm:h-12 sm:w-12"
73 73
		aria-label="Back to Top"
74 74
		data-show="false"
75 75
		><svg