feat: Remove shadow from images

transparent images exist
This commit is contained in:
David Lapshin 2023-08-10 20:09:51 +03:00
parent 4374415861
commit 257169e165
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

@ -240,7 +240,6 @@ img.pixels {
img.hover {
transition: 400ms;
border-radius: var(--rounded-corner);
box-shadow: var(--shadow);
}
img.hover:hover {