feat: Zoom-in cursor for images with hover

This commit is contained in:
daudix 2024-01-29 16:02:16 +03:00
parent 0beb8b3de1
commit d9e25db705
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -10,6 +10,10 @@ video {
img {
transition: var(--transition-longer);
&:not(.no-hover) {
cursor: zoom-in;
}
&:not(.no-hover):hover {
border-radius: 0;
box-shadow: var(--shadow-raised);