Update base.css

This commit is contained in:
Catalin Pinte 2022-11-08 09:56:27 +02:00
parent 7b6db0a6f0
commit 309d2b68e6

View File

@ -119,3 +119,9 @@ a {
opacity: 1;
}
}
@media not all and (min-resolution: 0.001dpcm) {
img[loading='lazy'] {
clip-path: inset(0.5px);
}
}