Update BlogPost.astro
b6b263d6
1 file(s) · +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-zinc-200 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-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" |
|
| 73 | 73 | aria-label="Back to Top" |
|
| 74 | 74 | data-show="false" |
|
| 75 | 75 | ><svg |