0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-04 19:52:50 +01:00

Add opacity to the cursor catcher

This commit is contained in:
Delta1925 2023-04-17 23:31:25 +02:00
parent dd6e3c0f4a
commit 88e7e6088d
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25

View file

@ -6,4 +6,4 @@ export interface Props {
const { id } = Astro.props;
---
<div class="absolute hidden h-full w-full cursor-wait" id={id}></div>
<div class="absolute hidden h-full w-full cursor-wait bg-slate-200 dark:bg-slate-700 opacity-50" id={id}></div>