Show cursor pointer when hovering on lightbox

Signed-off-by: kmarkow <kamilmarkow@gmail.com>
This commit is contained in:
kmarkow
2023-05-11 13:36:05 -04:00
parent f596db0e62
commit 6afc7f052c
3 changed files with 10 additions and 0 deletions
@@ -5,3 +5,7 @@
color: rgba(0, 0, 0, 0.87);
text-shadow: none;
}
.pswp__img {
cursor: pointer !important;
}